From owner-freebsd-stable Fri Aug 10 10: 9:17 2001 Delivered-To: freebsd-stable@freebsd.org Received: from pump3.york.ac.uk (pump3.york.ac.uk [144.32.128.131]) by hub.freebsd.org (Postfix) with ESMTP id 9588837B403 for ; Fri, 10 Aug 2001 10:09:12 -0700 (PDT) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from ury.york.ac.uk (ury.york.ac.uk [144.32.108.81]) by pump3.york.ac.uk (8.10.2/8.10.2) with ESMTP id f7AH9BE24518; Fri, 10 Aug 2001 18:09:11 +0100 (BST) Received: from localhost (gavin@localhost) by ury.york.ac.uk (8.11.3/8.11.3) with ESMTP id f7AH9A735703; Fri, 10 Aug 2001 18:09:10 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) X-Authentication-Warning: ury.york.ac.uk: gavin owned process doing -bs Date: Fri, 10 Aug 2001 18:09:10 +0100 (BST) From: Gavin Atkinson To: Cc: Subject: Re: undefined reference to `strtofflags' In-Reply-To: <3B739EB1.5001.D8F80CD@localhost> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Fri, 10 Aug 2001 lucas@omsoft.com wrote: > 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? Upgrading from 4.0-RELEASE (which I am assuming you are using) to -STABLE doesa not work. Apparently you have to go via 4.1.1-RELEASE. I know that 4.0-R to 4.2-R does not work, i'm currently trying to compile 4.1.1-R... Gavin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message