This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


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

Re: can you help me?


On Wed, May 16, 2001 at 10:30:40AM +0900, ±è¼±Áß wrote:
> help me!
> 
>  
> I looked allover for that libstd c++.so.2.10.0 but i couldn't get it anywhere
> 
> please, where can I get libstdc++.so.2.10.0 library? 
> 
> please back me up?
> 

It is part of the gcc (2.95.3) distribution, although then it is
called libstdc++-3-libc6.2-2-2.10.0.so.
(where I believe the libc part is generated dynamically depending
on what libc you have installed during compilation of gcc).

If you install the "C++ compiler", you should automatically get it.

If you use rpms, its part of the gcc-c++ rpm.  Some vendors make a
seperate 'libstdc++' rpm because they think that it is needed in
order to run applications that use it on systems that don't have
a C++ compiler installed, hence the confusion I guess.
For rpms, see: http://rpmfind.net/linux/rpm2html/search.php?query=libstdc%2B%2B

For source code, see: ftp://ftp.gnu.org/pub/gnu/gcc/gcc-2.95.3/

-- 
Carlo Wood <carlo@alinoe.com>


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