Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Aug 1997 08:27:00 -0700
From:      "Thomas D. Dean" <tomdean@ix.netcom.com>
To:        current@FreeBSD.org
Subject:   Re: Make fails After Update Source Tree.
Message-ID:  <33F47544.41C67EA6@ix.netcom.com>
References:  <33F3DCDF.167EB0E7@ix.netcom.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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.*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?33F47544.41C67EA6>