Gnupg with GCC-3.x
Malte Gell
malte_gell@t-online.de
Fri Sep 20 02:41:02 2002
Am Donnerstag, 19. September 2002 11:58 schrieb Alexander Zimmermann:
> fatal: libgcc_s.so.1: open failed: No such file or directory make[2]:
> *** [prepared.stamp] Error 2
> make[2]: Leaving directory
> `/public/source/network/gnupg-1.0.7/checks' make[1]: ***
> [all-recursive] Error 1
> make[1]: Leaving directory `/public/source/network/gnupg-1.0.7'
> make: *** [all] Error 2
> - - - - -
>
> If I set the LD_LIBRARY_PATH to point to libgcc_s.so.1 it works,
> but I don't like to set any LD_LIBRARY_PATH.
>
> Is there a solution for this?
GnuPG works fine with GCC 3.2 and 3.1.1 (don't know about older versions=20
of GCC3).
I have installed GCC 3.2 below /opt/GCC-3.2 so I added a line to my=20
/etc/ld.so.conf:
/opt/GCC-3.2/lib
and this is what you should do and after that just type ldconfig et=20
voila it works. Of course, the entry in /etc/ld.so.conf depends where=20
you have GCC 3.2 installed.
Malte