From owner-freebsd-current Sat May 2 06:33:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA21458 for freebsd-current-outgoing; Sat, 2 May 1998 06:33:20 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from thing.dyn.ml.org (pm385-27.dialip.mich.net [35.9.11.156]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA21446 for ; Sat, 2 May 1998 06:33:15 -0700 (PDT) (envelope-from mcdougall@ameritech.net) Received: from ameritech.net (bsdx [192.168.1.2]) by thing.dyn.ml.org (8.8.8/8.8.7) with ESMTP id JAA14967; Sat, 2 May 1998 09:32:44 -0400 (EDT) (envelope-from mcdougall@ameritech.net) Message-ID: <354B2079.DB0EA380@ameritech.net> Date: Sat, 02 May 1998 09:32:42 -0400 From: Adam McDougall Reply-To: mcdougall@ameritech.net X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: John Birrell CC: George Michaelson , freebsd-current@FreeBSD.ORG Subject: Re: minor breakage in current for make world (gperf) References: <199805020836.SAA08480@cimlogic.com.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John Birrell wrote: > George Michaelson wrote: > > > > cc -O -pipe -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS -I/usr/obj/usr/src/tmp/usr/include -static -o gperf options.o iterator.o main.o perfect.o keylist.o listnode.o xmalloc.o hashtable.o boolarray.o readline.o stderr.o version.o getopt.o > > stderr.o: Undefined symbol `___error' referenced from text segment > > stderr.o: Undefined symbol `___error' referenced from text segment > > stderr.o: Undefined symbol `___error' referenced from text segment > > *** Error code 1 > > Have you build libc? It looks like you are compiling with the new errno.h > header but linking against and old libc. If this is part of a make world, > please let me know ASAP, because the bootstrap build might need fixing. > > -- > John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/ > CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message I get the same thing and have for a few days, in a make world. Is there an easy way to get around this so I can do a proper build, or would a real fix be easier? :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message