This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: How to choose the right libstdc++.so with soft-float?
- From: Andrew Haley <aph at redhat dot com>
- To: Paul Smith <psmith at netezza dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Fri, 5 Jan 2007 11:12:07 +0000
- Subject: Re: How to choose the right libstdc++.so with soft-float?
- References: <1167939554.9127.33.camel@psmithub>
Paul Smith writes:
>
> However, libstdc++ is handled differently: the compiler build generates
> both a lib/libstdc++.so and also a lib/soft-float/libstdc++.so (same
> names, different directories). On my target filesystem there is only
> one: /usr/lib/libstdc++.so and investigation shows this to be the fp
> version, not the soft-float version.
This is very odd. Are you saying that when you do "make install" the
soft-float versions of the libraries aren't copied into $PREFIX at
all? If so, this is a bug.
Andrew.