This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
"libgcc_s.so.1: could not read symbols: Invalid operation" compiling kde 2.2.1 on solaris 8
- To: <gcc-help at gcc dot gnu dot org>
- Subject: "libgcc_s.so.1: could not read symbols: Invalid operation" compiling kde 2.2.1 on solaris 8
- From: "Keith Leng" <keith at keithleng dot karoo dot co dot uk>
- Date: Wed, 17 Oct 2001 13:28:23 +0100
My compilation of kdelibs-2.2.1 failed while installing kdoctools. It
printed a warning about a missing libgcc_s.so.1 and aborted because of
undefined
references to libiconv_open and libiconv_close. I downloaded and installed
libgcc_s.so.1 from sunfreeware.
Now it is aborting with the message below. /usr/local/lib/libgcc_s.so does
exist, it is a symlink to libgcc_s.so.1. Running nm against this library
returns a valid list of symbols. I have gcc-2.95.3 installed.
I think the problem maybe that the downloaded library is for 3.0 and I'm
running
2.95.
Any help would be much appreciated.
Error Message
----------------
Wl,--rpath -Wl,/usr/local/lib:/usr/openwin/lib -Wl,--rpath -Wl,/usr/openwin/
lib
/usr/local/lib/libgcc_s.so.1: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make[3]: *** [kio_help.la.closure] Error 1
make[3]: Leaving directory `/usr/local/source/kde/kdelibs-2.2.1/kdoctools'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/source/kde/kdelibs-2.2.1/kdoctools'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/source/kde/kdelibs-2.2.1'
make: *** [all-recursive-am] Error 2
$