View Single Post
  #1   (View Single Post)  
Old 20th October 2008
map7 map7 is offline
Fdisk Soldier
 
Join Date: Jun 2008
Posts: 75
Default freebsd 7.1 upgrade buildworld error

I'm trying to upgrade from 7.0 to 7.1 BETA2.

I've cvsup'd all my src's to RELENG_7, then entered the following command:
# make buildworld

This crashed out with the following error:

Code:
-pointer-sign -c crypt_xdr.c -o crypt_xdr.So
building static c library
building shared library libc.so.7
building special pic c library
ranlib libc_pic.a
ranlib libc.a
/usr/obj/usr/src/tmp/usr/bin/ld: crtbeginS.o: No such file: No such file or directory
*** Error code 1
1 error
*** Error code 2
2 errors
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error
What am I missing here?
Reply With Quote