Date: Mon, 21 Oct 1996 09:05:34 -0500 (EST) From: Richard J Kuhns <rjk@grauel.com> To: freebsd-current@freebsd.org Subject: Problem rebuilding libc; ctm updates through 2332 Message-ID: <199610211405.JAA13278@watson.grauel.com>
next in thread | raw e-mail | index | archive | help
I did a "make bootstrap" in /usr/src, a "make install" in /usr/src/include, then "make clean;make depend;make" in /usr/src/lib/libc, with this result. Did I miss a step somewhere, or is this a genuine problem? cc -O2 -m486 -malign-loops=0 -malign-jumps=2 -malign-functions=2 -pipe -DLIBC_RCS -DSYSLIBC_RCS -D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -I/usr/src/lib/libc/locale -DYP -c /usr/src/lib/libc/gen/fnmatch.c -o fnmatch.o /usr/src/lib/libc/gen/fnmatch.c: In function `fnmatch': /usr/src/lib/libc/gen/fnmatch.c:133: `FNM_ICASE' undeclared (first use this function) /usr/src/lib/libc/gen/fnmatch.c:133: (Each undeclared identifier is reported only once /usr/src/lib/libc/gen/fnmatch.c:133: for each function it appears in.) /usr/src/lib/libc/gen/fnmatch.c: In function `rangematch': /usr/src/lib/libc/gen/fnmatch.c:162: `FNM_ICASE' undeclared (first use this function) *** Error code 1 Stop. -- Rich Kuhns rjk@grauel.com PO Box 6249 Tel: (317)477-6000 \ 100 Sawmill Road x319 Lafayette, IN 47903 (800)489-4891 /
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610211405.JAA13278>
