Subject: Linker horror
To: None <tech-toolchain@netbsd.org>
From: None <drochner@zel459.zel.kfa-juelich.de>
List: tech-toolchain
Date: 11/07/1998 19:07:01
What's that?

cc   -o indent indent.o io.o lexi.o parse.o pr_comment.o args.o
ld: indent.o: RRS text relocation at 0x38f6 for "__toupper_tab_"
ld: indent.o: RRS text relocation at 0x38ea for "__ctype_"
ld: io.o: RRS text relocation at 0x5304 for "__ctype_"
ld: io.o: RRS text relocation at 0x52e0 for "__ctype_"
ld: io.o: RRS text relocation at 0x4a3a for "__ctype_"
ld: lexi.o: RRS text relocation at 0x5ae4 for "__ctype_"
ld: lexi.o: RRS text relocation at 0x570c for "__ctype_"
ld: lexi.o: RRS text relocation at 0x565c for "__ctype_"
ld: lexi.o: RRS text relocation at 0x55c7 for "__ctype_"
ld: lexi.o: RRS text relocation at 0x5543 for "__ctype_"
ld: lexi.o: RRS text relocation at 0x5529 for "__ctype_"
ld: args.o: RRS text relocation at 0x7a09 for "__ctype_"

I believe I'm as -current as one can be.
Oh -- I'm still using egcs.

best regards
Matthias