Subject: Re: problem building qt
To: Todd Vierling <tv@NetBSD.ORG>
From: Paul Kranenburg <pk@cs.few.eur.nl>
List: current-users
Date: 01/11/1998 23:04:02
> : I'm not sure what a generic solution should look like.
> 
> A generic solution is to remove c++rt0 from the qt library altogether.
> NetBSD doesn't need it linked in at all.


That's not a definition of "generic solution" that I had in mind..

c++rt0.o is provided as an aid to build shared libraries which have
statically declared C++ constructors/destructors in them. Any such
library that opts to compile with `-fPIC' cannot currently use the
installed /usr/lib/c++rt0.o, since that's compiled with `-fpic'.

-pk