Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

gcc 3.3.2 problem: libgcc_s.so.1 not found

807559Mar 25 2004 — edited Mar 29 2004
I am trying to compile a perl module (Math::GMP) on a Solaris 8 platform. We have gcc 3.3.2 installed, and everything appears to go well until I try the following:

% ldd blib/arch/auto/Math/GMP/GMP.so
    libgmp.so.3 => /usr/local/lib/libgmp.so.3
    libc.so.1 => /usr/lib/libc.so.1
    libgcc_s.so.1 => (file not found)
    libdl.so.1 => /usr/lib/libdl.so.1
    /usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1

I have confirmed that /usr/local/lib/libgcc_s.so.1 exists, so I don't understand what is wrong. Any clues?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 26 2004
Added on Mar 25 2004
4 comments
887 views