This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Problems with shared libstdc++ tests
- To: Andreas Jaeger <aj at suse dot de>
- Subject: Re: Problems with shared libstdc++ tests
- From: Jason Merrill <jason at redhat dot com>
- Date: 22 Feb 2001 14:01:06 +0000
- Cc: libstdc++ <libstdc++ at gcc dot gnu dot org>
- References: <ho3dd6swzw.fsf@gee.suse.de>
>>>>> "Andreas" == Andreas Jaeger <aj@suse.de> writes:
> Since libgcc_s.so.0 is not installed yet, the linker can't find it.
> What's the right way to fix this?
We should be passing -rpath <GCC build dir> to the linker.
Jason