From owner-freebsd-current Fri Sep 6 13:23:57 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA28977 for current-outgoing; Fri, 6 Sep 1996 13:23:57 -0700 (PDT) Received: from alpo.whistle.com (s205m1.whistle.com [207.76.205.1]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id NAA28971 for ; Fri, 6 Sep 1996 13:23:51 -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 NAA02594 for ; Fri, 6 Sep 1996 13:20:03 -0700 (PDT) Message-ID: <32308726.2781E494@whistle.com> Date: Fri, 06 Sep 1996 13:18:46 -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: ___dtoa missing...anyone else getting this? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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