Subject: Re: anyone seen this
To: None <christos@deshaw.com>
From: Mark P. Gooderum <mark@aggregate.com>
List: current-users
Date: 06/14/1994 10:33:58
> Building a shared libc:
> 
> ld -Bshareable -Bforcearchive  -o libc.so.11.0 libc_pic.a 
> ld: libc_pic.a(async_daemon.so): RRS text relocation at 0x21595 for "SYS_async_daemon"
> 
> 
> I am running up-to-date ld and gas.

I ran into this trying to build the Cygnus GCC...I haven't tried 2.5.8 yet.
Any .o build with gcc would give these errors when referencing external 
symbols in a shared library.

-Mark

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