I am upgrading the make utility from 3.74 to 3.79. I get the following error
when I compile the program. It look like I need some header file, could some
tell me what they are and where I can get these files.
it-resort:/usr/src/make-3.79# make
make all-recursive
make[1]: Entering directory `/usr/src/make-3.79'
Making all in glob
make[2]: Entering directory `/usr/src/make-3.79/glob'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c glob.c
In file included from glob.c:32:
/usr/include/errno.h:27: linux/errno.h: No such file or directory
In file included from glob.c:33:
/usr/include/sys/types.h:4: linux/types.h: No such file or directory
In file included from glob.c:34:
/usr/include/sys/stat.h:8: linux/stat.h: No such file or directory
In file included from glob.c:91:
/usr/include/dirent.h:36: linux/limits.h: No such file or directory
/usr/include/dirent.h:37: linux/dirent.h: No such file or directory
In file included from /usr/include/dirent.h:94,
from glob.c:91:
/usr/include/posix1_lim.h:72: linux/limits.h: No such file or director
make[2]: *** [glob.o] Error 1
make[2]: Leaving directory `/usr/src/make-3.79/glob'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/make-3.79'
make: *** [all-recursive-am] Error 2
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]