Problem with installing 1.0.7

Daniel Carrera dcarrera@math.toronto.edu
Sun Aug 4 17:47:01 2002


make is expecting to find a file called 'libgcc_s.so.1' and it can't.

Check that you have this file.

Use 'locate' or 'find' to see if you have something starting with
'libgcc_s' in a lib directory.

If you find something like, say, ".../lib/libgcc_s.so.1.0" but there is no
".../lib/libgcc_so.1" you can make a symlink from one to the other.

Daniel.



On Sun, 4 Aug 2002, Fritz Lam wrote:

> Hello,
>
> I am having a little trouble installing v1.0.7 on my Solaris 8 Sparc
> machine.  I am using GNU make.  I ran ./configure without any options and
> that ran fine.  When I run GNU make, I am getting the following error:
>
> cat ./../doc/HACKING \
>     ./../doc/DETAILS \
>     ./../doc/FAQ         >plain-large
> ../g10/gpg --homedir . --quiet --yes --import ./pubdemo.asc
> gpg: ../cipher/tiger: error loading extension: ld.so.1: ../g10/gpg: fatal:
> libgcc_s.so.1: open failed: No such file or directory
> make[2]: *** [prepared.stamp] Error 2
> make[2]: Leaving directory `/export/home/download/GnuPG/gnupg-1.0.7/checks'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/export/home/download/GnuPG/gnupg-1.0.7'
> make: *** [all] Error 2
>
> Anybody else run into this and have a fix for it?  Thanks in advance for
> the help.
>
> Fritz
>
>
> _______________________________________________
> Gnupg-users mailing list
> Gnupg-users@gnupg.org
> http://lists.gnupg.org/mailman/listinfo/gnupg-users
>