This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]