Subject: problem with new ld
To: None <netbsd-bugs@sun-lamp.cs.berkeley.edu>
From: Drew Hess <dhess@CS.Stanford.EDU>
List: netbsd-bugs
Date: 01/29/1994 17:28:53
When compiling dynamically linked executables using the new ld (Jan 29 sup),
I get an RRS text relocation message for main:

cc   -o ctags C.o ctags.o fortran.o lisp.o print.o tree.o yacc.o 
ld: ctags.o: RRS text relocation at 0x2189 for "___main"


This message occurs, for example, for all programs in the /usr/src/usr.bin
source tree.

Statically linked executables compile with no warnings/errors.

Here are the steps I took up to this point:

make clean && make cleandir in /usr/src
make && make install in /usr/src/share/mk
make && make install in /usr/src/include
make && make install in /usr/src/gnu/usr.bin/gas
make && make install in /usr/src/gnu/usr.bin/ld
make && make install in /usr/src/gnu/usr.bin/gcc2
make && make install in /usr/src/lib
make && make install in /usr/src/gnu/lib



-dwh-
dhess@cs.stanford.edu

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