Subject: Re: anyone seen this
To: None <christos@deshaw.com, current-users@sun-lamp.cs.berkeley.edu>
From: None <mycroft@gnu.ai.mit.edu>
List: current-users
Date: 06/13/1994 12:34:57
   ld: libc_pic.a(async_daemon.so): RRS text relocation at 0x21595 for "SYS_async_daemon"

This is probably because SYS_async_daemon is no longer defined, and ends
up being stored as a symbol in the object file.  Just remove
async_daemon.o from the `ASM=' in /usr/src/lib/libc/sys/Makefile.inc.
(I think Chris already did this in the current source tree.)


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