Starting with a 4.0-RELEASE system from CD I'm trying to upgrade to
4-stable. After cvsupping I run make buildworld with the following
results:

<snip>

cd /usr/src/usr.bin/xinstall;  make obj;  make depend;  make all; make 
install
/usr/obj/usr/src/i386/usr/src/usr.bin/xinstall created for
/usr/src/usr.bin/xinstall
rm -f .depend
mkdep -f .depend -a    -I/usr/obj/usr/src/i386/usr/include
/usr/src/usr.bin/xinstall/xinstall.c
cd /usr/src/usr.bin/xinstall; make _EXTRADEPEND
echo xinstall: /usr/obj/usr/src/i386/usr/lib/libc.a  >> .depend
cc -O -pipe    -I/usr/obj/usr/src/i386/usr/include  -c
/usr/src/usr.bin/xinstall/xinstall.c
cc -O -pipe    -I/usr/obj/usr/src/i386/usr/include   -static -o xinstall
xinstall.o  

xinstall.o: In function `main':
xinstall.o(.text+0x8f): undefined reference to `strtofflags'
*** Error code 1

Stop in /usr/src/usr.bin/xinstall.
*** Error code 1

Any ideas on what I'm doing wrong?

TIA,

Brad

-------------------------------------------------------------------------
Brad McNeney                               email: [EMAIL PROTECTED]
Dept. of Statatistics and Actuarial Sci.   web: www.stat.sfu.ca/~mcneney/
Simon Fraser University                    phone: 604.291.4815
8888 University Drive                      fax: 604.291.4368
Burnaby, British Columbia
Canada V5A 1S6


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to