Subject: Re: NetBSD-current.. install?
To: None <current-users@sun-lamp.cs.berkeley.edu>
From: Ji <jiwhan@dcs.warwick.ac.uk>
List: current-users
Date: 11/23/1993 11:26:34
This is what I have done:

 cd /usr/src/share/mk ; make install
 cd /usr/src/include ;make install
 setenv LDSTATIC -static
 setenv NOPIC
 cd /usr/src/gnu/usr.bin/gas; make && make install
 cd /usr/src/gnu/usr.bin/ld; make && make install
 cd /usr/src/gnu/usr.bin/gcc; make && make install
 cd /usr/src/usr.bin/ranlib; make && make install
 cd /usr/src/usr.bin/ar; make && make install
 cd /usr/src/usr.bin/tsort; make && make install
 cd /usr/src/usr.bin/nm; make && make install
 unsetenv NOPIC LDSTATIC
* cd /usr/src/lib ; make && make install
 cd /usr/src/gnu/usr.bin/ld; make && make install
 cd /usr/src/gnu/lib ; make && make install
 cd /usr/src; make && make install

At the * part, when creating the shared libc, I get:

ld: RSS Relocation etc... (cerror)

Do I have to compile ld with the -DEXPERIMENTAL or something??


Cheers,

Ji.


------------------------------------------------------------------------------