Subject: Re: problem building qt
To: Todd Vierling <tv@NetBSD.ORG>
From: Brad Salai <bsalai@law.roc.servtech.com>
List: current-users
Date: 01/11/1998 17:59:53
Todd Vierling wrote:

> On Sun, 11 Jan 1998, Paul Kranenburg wrote:
>
> : The problem here is that c++rt.o is compiled with `-fpic', while the
> : other objects file were compiled with `-fPIC'. They don't mix on
> : some architectures (e.g. sparc).
> :
> : You can work-around this by building a c++rt.0 with `-fPIC' and use that
> : to build the library.

Do you know where this gets built? I've looked all through theqt sources, and
can't find it.


: 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.

I can't find where this is listed, do you have any ideas?

> =====
> ===== Todd Vierling (Personal tv@pobox.com) =====
> == "There's a myth that there is a scarcity of justice to go around, so
> == that if we extend justice to 'those people,' it will somehow erode the
> == quality of justice everyone else receives."  -- Maria Price

Thanks for the help,

Brad