This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Can't find libgcc_s.so.1 file
- To: <gcc-help at gcc dot gnu dot org>
- Subject: Can't find libgcc_s.so.1 file
- From: Gregorio Hernández Piris <grego at si dot ehu dot es>
- Date: Mon, 15 Oct 2001 17:38:11 +0200
Hi:
I'm trying to compile a software package in a SPARC SunOs 5.5.1 with gcc
2.95.2. I get an error like this:
ImportError: ld.so.1: python: fatal: libgcc_s.so.1: open failed: No such
file or directory.
I have tried to find that file, but I can't find it nowhere in my system (it
is not in the usual places like /usr/lib/, /usr/local/lib and so on. I have
even done a complete search of the system and nothing).
Does anyone know what this file is for, and how could I get it?
Thanks!
Gregorio.