From owner-freebsd-current Fri Sep 6 14:15:11 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA01320 for current-outgoing; Fri, 6 Sep 1996 14:15:11 -0700 (PDT) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA01315 for ; Fri, 6 Sep 1996 14:15:09 -0700 (PDT) Received: from alpo.whistle.com (s205m1.whistle.com [207.76.205.1]) by who.cdrom.com (8.7.5/8.6.11) with ESMTP id OAA22360 for ; Fri, 6 Sep 1996 14:15:06 -0700 (PDT) Received: from current1.whistle.com (current1.whistle.com [207.76.205.22]) by alpo.whistle.com (8.7.5/8.7.3) with SMTP id OAA02934 for ; Fri, 6 Sep 1996 14:08:53 -0700 (PDT) Message-ID: <32309298.446B9B3D@whistle.com> Date: Fri, 06 Sep 1996 14:07:36 -0700 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0b6 (X11; I; FreeBSD 2.2-CURRENT i386) MIME-Version: 1.0 To: current@freebsd.org Subject: Re: ___dtoa missing..[solved] References: <32308726.2781E494@whistle.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Julian Elischer wrote: I recompiled the appropriate .o in libc and it magically started working.. I guess the build of libc had a hickup.. > > When I try to compile a kernel checked out of a SUP'd csv tree > I'm presently getting: > # make > cc -static -O -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Winline > -Wunused -Wpointer-arith -nostdinc -I. -I../.. -I../../sys > -I../../../include -DI386_CPU -DI486_CPU -DI586_CPU -DI686_CPU -DMSDOSFS > -DNQNFS -DNFS -DFFS -DNETATALK -DINET -DDIAGNOSTIC -DCOMPAT_43 -DKERNEL > -DMAXUSERS=10 genassym.o -o genassym > vfprintf.o: Undefined symbol `___dtoa' referenced from text segment > *** Error code 1 > > Stop. > # > > this is with a newly compiled config and a system that has just done a > "make world" successfully.. > > anyone have a clue? > > julian