From owner-freebsd-current Fri Aug 15 08:27:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA02043 for current-outgoing; Fri, 15 Aug 1997 08:27:46 -0700 (PDT) Received: from dfw-ix6.ix.netcom.com (dfw-ix6.ix.netcom.com [206.214.98.6]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA02038 for ; Fri, 15 Aug 1997 08:27:43 -0700 (PDT) Received: (from smap@localhost) by dfw-ix6.ix.netcom.com (8.8.4/8.8.4) id KAA06729 for ; Fri, 15 Aug 1997 10:27:11 -0500 (CDT) Received: from sil-wa2-08.ix.netcom.com(206.214.137.40) by dfw-ix6.ix.netcom.com via smap (V1.3) id sma006712; Fri Aug 15 10:27:03 1997 Message-ID: <33F47544.41C67EA6@ix.netcom.com> Date: Fri, 15 Aug 1997 08:27:00 -0700 From: "Thomas D. Dean" X-Mailer: Mozilla 3.01 (X11; U; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: current@FreeBSD.org Subject: Re: Make fails After Update Source Tree. References: <33F3DCDF.167EB0E7@ix.netcom.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk A fix. >make failed when building lib/libncurses/libncurses.a, complaining >about a missing version.h. I did 'touch lib/libncurses/version.h' >and the build completed. Is there a missing file? make depend in lib/libncurses # removes version.h dependency I did a 'make depend' in /usr/src. But, this causes almost everything to be rebuilt! >make terminated with a fatal error: >... >cc -O -Wall -static -o date date.o netdate.o vary.o -lutil >date.o: Undefined symbol `_strptime' referenced from text segment cp include/time.h /usr/include # define for strptime() make install in lib/libc # get strptime in libc.*