This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
RE: library path searching silliness
- From: "Kaz Kylheku" <kaz at zeugmasystems dot com>
- To: <gcc-help at gcc dot gnu dot org>
- Date: Wed, 1 Nov 2006 14:34:12 -0800
- Subject: RE: library path searching silliness
I wrote:
> The linker should not assume that there is a lib directory, and that
> ../lib32 can be found relative to it.
It appears that it's actually xgcc that is assuming this, from the
generated multilib.h. Argh!