From owner-freebsd-current Sat May 2 01:34:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA23527 for freebsd-current-outgoing; Sat, 2 May 1998 01:34:26 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA23522 for ; Sat, 2 May 1998 01:34:22 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.8.8/8.8.7) id SAA08480; Sat, 2 May 1998 18:36:03 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199805020836.SAA08480@cimlogic.com.au> Subject: Re: minor breakage in current for make world (gperf) In-Reply-To: <199805020749.RAA16758@sleet.dstc.edu.au> from George Michaelson at "May 2, 98 05:49:57 pm" To: ggm@dstc.edu.au (George Michaelson) Date: Sat, 2 May 1998 18:36:02 +1000 (EST) Cc: freebsd-current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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