This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Weird x86 Linux/GNU crashes
- From: Michael Matz <matz at suse dot de>
- To: Mark Mitchell <mark at codesourcery dot com>
- Cc: "H. J. Lu" <hjl at lucon dot org>, "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: Wed, 31 Jul 2002 01:54:58 +0200 (CEST)
- Subject: Re: Weird x86 Linux/GNU crashes
Hi,
On Tue, 30 Jul 2002, Mark Mitchell wrote:
> > (gdb) set env LD_DEBUG=libs
> > (gdb) run
>
> I get the attached output. Why is this mmx stuff showing up? And
> what are the bits about bash?
That the LD_LIBRARY_PATH after loading bash is different from when it
began searching somehow indicates, that either it's overwritten by some
bash init, or you haven't exported that env var. (the mmx bits stem from
the linker in case one has optimized libraries for e.g. mmx, which are
then prefered over the normal ones, if placed in those dirs; but that's
not the issue here)
Caio,
Michael.