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]

libgcc_s.so.1 yet again


Now that I'm compiling various packages with gcc-3.1 on sparcv9-sun-solaris2.8,
I'm having libgcc_s.so.1 "issues" again.

We've been assured that there will be forward compatibility with libgcc,
so that one can always use a newer version of libgcc with code compiled
with an older version of gcc.  But now, I have to change my LD_LIBRARY_PATH
every time I execute a program compiled with a different gcc-3.1 (64-bit or
32-bit).

So is there any way to build libgcc so that it is usable with either
64-bit or 32-bit applications on sparc?

Brad

PS:  Here is what file gives me.

banach-23% file /pkgs/gcc-3.1v9/lib/libgcc_s.so.1
/pkgs/gcc-3.1v9/lib/libgcc_s.so.1:      ELF 64-bit MSB dynamic lib SPARCV9 Version 1, dynamically linked, not stripped
banach-24% file /pkgs/gcc-3.1/lib/libgcc_s.so.1
/pkgs/gcc-3.1/lib/libgcc_s.so.1:        ELF 32-bit MSB dynamic lib SPARC Version 1, dynamically linked, not stripped


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