This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: ./libgcc_s.so.1 => not found, mainline broken?!?
- From: Eric Botcazou <ebotcazou at libertysurf dot fr>
- To: Paolo Carlini <pcarlini at suse dot de>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 30 Nov 2004 19:10:00 +0100
- Subject: Re: ./libgcc_s.so.1 => not found, mainline broken?!?
- References: <41ACB2AE.9030103@suse.de>
> paolo:~/Work> a.out
> a.out: error while loading shared libraries: ./libgcc_s.so.1: cannot
> open shared object file: No such file or directory
> paolo:~/Work> ldd a.out
> libstdc++.so.6 => /usr/local/gcc-exp/lib/libstdc++.so.6
> (0x40017000) libm.so.6 => /lib/libm.so.6 (0x40100000)
> ./libgcc_s.so.1 => not found
> libc.so.6 => /lib/libc.so.6 (0x40122000)
> /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
> ./libgcc_s.so.1 => not found
>
> Note that libgcc_s.so.1 *is* correctly installed in
> /usr/local/gcc-exp/lib/, only, the executable for some reason cannot
> find it :-(
Note the "./" before libgcc_s.so.1. Probably Zack's patch.
--
Eric Botcazou