Date: Thu, 24 Jan 2002 10:46:10 -0500 From: Jared Chenkin <chenkinj@voyager.bxscience.edu> To: stable@freebsd.org Subject: make world fails ? Message-ID: <20020124104610.A89225@voyager.bxscience.edu>
next in thread | raw e-mail | index | archive | help
CVSup'ed this morning at about 9:00 and make world gave this : cc -O -pipe -Wall -I. -I/home/src/usr.bin/colldef/../../lib/libc/locale -DCOLLATE_DEBUG -c parse.c /home/src/usr.bin/colldef/parse.y: In function `main': /home/src/usr.bin/colldef/parse.y:245: warning: implicit declaration of function `strlcpy' cc -O -pipe -Wall -I. -I/home/src/usr.bin/colldef/../../lib/libc/locale -DCOLLATE_DEBUG -c scan.c /home/src/usr.bin/colldef/scan.l:638: warning: `yyunput' defined but not used cc -O -pipe -Wall -I. -I/home/src/usr.bin/colldef/../../lib/libc/locale -DCOLLATE_DEBUG -static -o colldef parse.o scan.o -ll parse.o: In function `main': parse.o(.text+0x5d): undefined reference to `strlcpy' *** Error code 1 It's a 3.1-RELEASE system..i read UPDATING but maybe i missed something important. The man page for string.h doesn't list strlcpy as a function, so do I need to update my libraries? I also looked around the src tree and found a newer string.h with a strlcpy, but I'm not sure which is being included? Do i need to point it at the cvsuped libraries? (If so, how?) Thanks in advance! -- Live Large, Jared Chenkin <chenkinj@bxscience.edu> (AIM: DevNull24) Networked Systems Administrator Bronx Science Computing To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020124104610.A89225>