I am trying to upgrade the version of make on my FreeBSD box, but I am getting the following errors:
Phoenix# whoami root Phoenix# pwd /downloads/make-3.80 Phoenix# uname -a FreeBSD Phoenix.santa-clarita.com 5.0-RELEASE FreeBSD 5.0-RELEASE #0: Thu Jan 16 22:16:53 GMT 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386 Phoenix# make install Making install in glob if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -g -O2 -MT glob.o -MD -MP -MF ".deps/glob.Tpo" -c -o glob.o `test -f 'glob.c' || echo './'`glob.c; then mv ".deps/glob.Tpo" ".deps/glob.Po"; else rm -f ".deps/glob.Tpo"; exit 1; fi In file included from glob.c:282: glob.h:51: redefinition of `__size_t' /usr/include/machine/_types.h:86: `__size_t' previously declared here In file included from glob.c:813: glob.c: In function `glob': glob.c:197: warning: passing arg 0 of `my_realloc' from incompatible pointer type In file included from glob.c:932: glob.c:197: warning: passing arg 0 of `my_realloc' from incompatible pointer type In file included from glob.c:988: glob.c:197: warning: passing arg 0 of `my_realloc' from incompatible pointer type In file included from glob.c:1378: glob.c: In function `glob_in_dir': glob.c:197: warning: passing arg 0 of `my_realloc' from incompatible pointer type *** Error code 1 Stop in /downloads/make-3.80/glob. *** Error code 1 Stop in /downloads/make-3.80. Phoenix# Any help would be greatly appreciated! TIA Chris _______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-make
