Subject: Re: Switching lib/csu/c++/c++rt0.c to -fPIC
To: Paul Kranenburg <pk@cs.few.eur.nl>
From: David Brownlee <abs@netbsd.org>
List: tech-userlevel
Date: 12/14/1999 23:01:18
	So would it be feasible ot have two c++rt0.o files and have
	the linker pick the correct one (given appropriate flags)?

		David/absolute

On Tue, 14 Dec 1999, Paul Kranenburg wrote:

> > 
> > What happens if _one_ library my program needs is so bit that it needs -fPIC...
> > do I need to build all libraries.
> 
> No, you can mix both.
> 
> The restriction in this regard is that all object files from which you
> build the shared library must be compiled with the same "memory model".
> 
> -pk
>