This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: What is libstdc++.so.2.8.1.1???


Hi
Thanks for this response!!! May I ask another related Q???
Since the program is not going to be run on the system it's compiled on - do
I
need install libstdc++ on every machine I'm going to run on???
Thanks again!
Gavin
On 21 Oct 99, at 9:43, ngoldber@lan.tjhsst.edu wrote:]
> > A developer recompliled an application on Solaris 2.6  The compile was
> > successful but when he tried to execute it he received the following
message
> >
> > ld.so.1: ./sdacd: fatal: libstdc++.so.2.8.1.1: open failed: No such file
or
> > directory
> >
>
> It is in $GNUBASE/lib/
>
> Where GNUBASE is the path of your GCC installation and everything
> else, usually /usr/local
>
> If it needs libstdc++ and you don't have it, go get libstdc++ version
> 2.8.1.1 off your favorite gnu ftp mirror and compile/install it.
>
> Make sure you put it in the right place...
>




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]