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]

Library problems with 3.1 prerelease on mips-sgi-irix6.5


Hi,

I've got a question regarding libgcc_s in recent 3.1 snapshots.
libgcc_s.so[.1] used to be in the directory lib, but moved to lib64
in recent snapshots. To link C++ code (I didn't try C code) I
now have to add -L..../lib64 (even with n32-mabi!!!).

Just moving both libraries back to lib makes everything work again as
usual.

Is this the intended behaviour?
Am I doing something wrong?
Or is this just a bug?

I configured gcc as usually:
Reading specs from ..../GCC/bin/../lib/gcc-lib/mips-sgi-irix6.5/3.1/specs
Configured with: ../gcc-3.1-20020510/configure --disable-multilib --prefix=..../gcc/gcc-3.1-pre3
Thread model: single

Greetings,
Volker Reichelt



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