public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: Where can i find libstdc++.so.2.10.0
@ 2002-05-30 23:08 srinivas.aluri
  2002-06-02 11:00 ` Alexandre Oliva
  0 siblings, 1 reply; 2+ messages in thread
From: srinivas.aluri @ 2002-05-30 23:08 UTC (permalink / raw)
  To: gcc


> Dear Sir
> I have developed "C" program (SUN Solaris - Sparc system)
>
> i have copied all the c
> files to /usr/local/bin then compiled i could make .o
> & exe file there
> but when i run the exe its given error saying
>
> ld.so.1: ./final: fatal: libstdc++.so.2.10.0: open
> failed: No such file or direc
> tory
> Killed
>
> Please help me in this regard.
>
> Should i download the said file , if yes from where i will get this
> Srinivas Aluri









^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Where can i find libstdc++.so.2.10.0
  2002-05-30 23:08 Where can i find libstdc++.so.2.10.0 srinivas.aluri
@ 2002-06-02 11:00 ` Alexandre Oliva
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Oliva @ 2002-06-02 11:00 UTC (permalink / raw)
  To: srinivas.aluri; +Cc: gcc

On May 31, 2002, "srinivas.aluri@sankhyainfotech.com" <srinivas.aluri@sankhyainfotech.com> wrote:

>> ld.so.1: ./final: fatal: libstdc++.so.2.10.0: open
>> failed: No such file or directory

You have to set LD_LIBRARY_PATH so that the dynamic loader finds the
shared libraries are run time, or add them to /etc/ld.so.conf

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-06-02 18:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-30 23:08 Where can i find libstdc++.so.2.10.0 srinivas.aluri
2002-06-02 11:00 ` Alexandre Oliva

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).