[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Error 137 building svs 1.4.4 & libgcc_s.so.1

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: 2007-08-23 11:03:09 CEST

On Wednesday 22 August 2007 21:36, Hoffman, Aodhan wrote:
> "ld.so.1: svnversion: fatal: libgcc_s.so.1: open failed: No such file or
> directory
> make: *** [revision-install] Error 137"
>
>
> ahoffman@case4 ~/oss/src/subversion-1.4.4 519 > echo $LD_LIBRARY_PATH
> /opt/oe/lib/c:/usr/openwin/lib:/opt/SUNWconn/lib:/usr/local/lib:/opt/loc
> al/gcc-3.3.2/lib

LD_LIBRARY_PATH is for the runtime linker under Linux, it might not apply to
your OS. On Linux I'd look at 'man ld.so'.

> ahoffman@case4 ~/oss/src/subversion-1.4.4 522 > ls -l
> /opt/local/gcc-3.3.2/lib/libgcc_s.so.1
> -rw-r--r-- 1 root other 833452 Jun 11 2004
> /opt/local/gcc-3.3.2/lib/libgcc_s.so.1
>
> I don't see why it's having trouble finding libgcc_s.so.1, is there a
> versioning issue?

What does 'gcc -v' say? Is GCC even installed properly, i.e. can you use it to
compile programs otherwise?

Maybe it is just as others suggested that you need to supply a path to the
linker, but that would mean that GCC doesn't find its own libraries! This
would then IMHO be an indicator that your installation is incomplete/borked.

Uli

-- 
Sator Laser GmbH
Geschäftsführer: Ronald Boers, Amtsgericht Hamburg HR B62 932
**************************************************************************************
           Visit our website at <http://www.satorlaser.de/>
**************************************************************************************
Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden.
E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Sator Laser GmbH ist für diese Folgen nicht verantwortlich.
**************************************************************************************
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 23 11:01:47 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.