From owner-freebsd-stable Fri Aug 10 8:42:10 2001 Delivered-To: freebsd-stable@freebsd.org Received: from bala.omsoft.com (bala.omsoft.com [168.150.193.8]) by hub.freebsd.org (Postfix) with ESMTP id 7C80A37B406 for ; Fri, 10 Aug 2001 08:42:08 -0700 (PDT) (envelope-from lucas@omsoft.com) Received: from ksanti (hack3.techgeeks.com [168.150.170.4]) by bala.omsoft.com (8.11.5/8.11.5) with ESMTP id f7AFj3158358 for ; Fri, 10 Aug 2001 08:45:03 -0700 (PDT) From: lucas@omsoft.com To: freebsd-stable@freebsd.org Date: Fri, 10 Aug 2001 08:43:29 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: undefined reference to `strtofflags' Message-ID: <3B739EB1.5001.D8F80CD@localhost> X-mailer: Pegasus Mail for Win32 (v3.12c) 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 Hello, I need some help with a `make buildworld` that is giving me problems. Doing a `make -j4 buildworld`, I get the following: --- ... mkdep -f .depend -a -I/usr/obj/usr/src/i386/usr/include /usr/src/usr.bin/xinstall/xinstall.c cd /usr/src/usr.bin/xinstall; make _EXTRADEPEND echo xinstall: /usr/obj/usr/src/i386/usr/lib/libc.a >> .depend cc -O -pipe -I/usr/obj/usr/src/i386/usr/include -c /usr/src/usr.bin/xinstall/xinstall.c cc -O -pipe -I/usr/obj/usr/src/i386/usr/include -static -o xinstall xinstall.o xinstall.o: In function `main': xinstall.o(.text+0x8f): undefined reference to `strtofflags' *** Error code 1 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error --- I tried it without the '-j 4' and it still occurs. I tried searching the archives for this and did not find anything. Does anyone have any suggestions? Lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message