Subject: Re: Eeeek! ld.so complains about C lib after rtld change!
To: None <current-users@sun-lamp.cs.berkeley.edu, rhealey@kas.helios.mn.org>
From: Paul Kranenburg <pk@cs.few.eur.nl>
List: current-users
Date: 08/12/1994 13:17:36
> 
> 	After the most recent rtld.c change every dynamically loaded program
> 	that use the C library complains about unpure text in the dynamic
> 	library.
> 
> 	This is the C library for m68k.
> 
> 	What's the deal? Is ld.so messed up or is the C library messed
> 	up?
> 

The C library probably.

ld.so now inspects the env. var. LD_SUPPRESS_WARNINGS; if set no warning
messages are produced. 

For the "non-pure" warnings to appear, LD_WARN_NON_PURE_CODE must be set in
addition to LD_SUPPRESS_WARNINGS not being set.

-pk

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