From owner-freebsd-stable Thu Jan 24 7:46:37 2002 Delivered-To: freebsd-stable@freebsd.org Received: from voyager.bxscience.edu (voyager.bxscience.edu [167.206.203.44]) by hub.freebsd.org (Postfix) with SMTP id 31BB637B416 for ; Thu, 24 Jan 2002 07:46:33 -0800 (PST) Received: (qmail 89300 invoked by uid 197); 24 Jan 2002 15:46:10 -0000 Date: Thu, 24 Jan 2002 10:46:10 -0500 From: Jared Chenkin To: stable@freebsd.org Subject: make world fails ? Message-ID: <20020124104610.A89225@voyager.bxscience.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 (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