Subject: Re: C++ q: constructors not called for classes in shared lib ?
To: None <current-users@netbsd.org>
From: Paul Kranenburg <pk@cs.few.eur.nl>
List: current-users
Date: 02/05/1999 09:33:10
One nag to get rid of is that `c++rt.o' must be compiled using the
same `-fpic' or `-fPIC' switch as the library it gets linked with.

As such, the currently existing `/usr/lib/c++rt.o' is not of much use.
Maybe it is simpler to just include a make rule to re-compile c++rt.c
with each library as needed.

-pk