Based on CVSup from cvsup.freebsd.org and cvsup.ca.freebsd.org ... tried ca.freebsd.org first, but switched to cvsup *just in case* something wasn't updated yet ... sed </usr/src/lib/libncurses/../../contrib/ncurses/include/termcap.h.in >termcap.h -e "/@NCURSES_MAJOR@/s%%5%" -e "/@NCURSES_MINOR@/s%%2%" -e "/@NCURSES_CONST@/s%%const%" -e "/@NCURSES_OSPEED@/s%%short%" sed </usr/src/lib/libncurses/../../contrib/ncurses/include/unctrl.h.in >unctrl.h -e "/@NCURSES_MAJOR@/s%%5%" -e "/@NCURSES_MINOR@/s%%2%" cc -o make_keys -O -pipe -g -I. -I/usr/src/lib/libncurses -I/usr/src/lib/libncurses/../../contrib/ncurses/ncurses -I/usr/src/lib/libncurses/../../contrib/ncurses/include -Wall -DFREEBSD_NATIVE -DNDEBUG -DHAVE_CONFIG_H -DTERMIOS /usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/make_keys.c /vm/obj/usr/src/tmp/usr/bin/ld: cannot find -lc *** Error code 1 ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664
'k, I'm assuming that the __MAKE_CONF is something I just do a '-D' for on the command line? I cd'd into /usr/src/lib/libncurses and did a make there, and it all builds fine ... so I'm really confused as to why it doesn't as part of a buildworld :( On Tue, 28 Mar 2006, Maxim Konovalov wrote:>> Neither do I :( I tried to go back 24 hours, and see no changes ... >> gonna play with the date= stuff to see if going back a bit makes a >> difference ... ;( > > Try to start from the clean /usr/obj. __MAKE_CONF=/dev/null may help > too. > > -- > Maxim Konovalov > >---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664