View Single Post
  #1   (View Single Post)  
Old 2nd September 2010
wesley wesley is offline
Real Name: Wesley
Shell Scout
 
Join Date: Aug 2009
Location: Reunion Island
Posts: 92
Default update NetBSD 5.0.2 Release CD to stable

Hi,
Please, i need help :
i done this on my Fresh NetBSD install (5.0.2 Release CD) :

cd /usr
mkdir -p src
mkdir -p obj
mkdir -p tools
export CVS_RSH=ssh
cvs -d anoncvs@anoncvs.netbsd.org:/cvsroot co -r netbsd-5 -P src

I visit website : http://www.netbsd.org/docs/updating.html
and try :
./build.sh -O /usr/obj -T /usr/tools -U -u tools
i have this error :

checking for gcc...cc
checking for C compiler default output... configure: error: C compiler cannot create executables

ERROR: Configure of nbmake failed
*** BUILD ABORTED ***

How can i fix it ?
Thank's
Reply With Quote