Subject: Re: Re Help (ld.so: Undefined symbol "___sys_errlist")
To: None <current-users@netbsd.org>
From: Frank van der Linden <vdlinden@fwi.uva.nl>
List: current-users
Date: 12/17/1994 20:39:25
 The "fix" for the Dec 15 libraries I proposed on current-users a couple of
hours ago isn't perfect. I've come across the same problem that Frank showed
in a previous message. And I did compile a new ld first. A mail from
Paul Kranenburg indicates that he fixed most if not all of these problems.

Onno van der Linden     c/o     vdlinden@fwi.uva.nl (Frank van der Linden)
Script started on Sat Dec 17 20:17:10 1994
sheep# make
cc   -o bc bc.o scan.o util.o main.o number.o storage.o load.o execute.o global.o -ll
ld: bc.o: RRS text relocation at 0x2fd4 for "__warn"
ld: bc.o: RRS text relocation at 0x2f65 for "__warn"
ld: bc.o: RRS text relocation at 0x2f1a for "__warn"
ld: bc.o: RRS text relocation at 0x2a26 for "__warn"
ld: bc.o: RRS text relocation at 0x297a for "__warn"
ld: bc.o: RRS text relocation at 0x290a for "__warn"
ld: bc.o: RRS text relocation at 0x2884 for "__warn"
ld: bc.o: RRS text relocation at 0x2744 for "__warn"
ld: bc.o: RRS text relocation at 0x26d4 for "__warn"
ld: bc.o: RRS text relocation at 0x24fa for "__warn"
ld: bc.o: RRS text relocation at 0x22d5 for "__warn"
ld: bc.o: RRS text relocation at 0x21c5 for "__warn"
ld: bc.o: RRS text relocation at 0x20fa for "__warn"
ld: bc.o: RRS text relocation at 0x2064 for "__warn"
ld: internal error: number of symbols exceeds alloc'd 186
*** Error code 1

Stop.
sheep# exit

Script done on Sat Dec 17 20:17:15 1994