This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Please Help...........
- From: Jonathan Wakely <cow at compsoc dot man dot ac dot uk>
- To: "Satendra..." <satendra dot pratap at gmail dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Tue, 15 Mar 2005 12:59:49 +0000
- Subject: Re: Please Help...........
- References: <27a6661f05031504164b423c71@mail.gmail.com>
On Tue, Mar 15, 2005 at 05:46:40PM +0530, Satendra... wrote:
> Hi,
Hi,
> I, Satendra, am in need to port the C++ library onto the Sparc
> architecture for Nucleus RTOS.
> For This, I m in need of the source code of GNU c++ library.
> I visited the official site of GNU for C++ but could not
> retrieve the source code from the mirrror sites..
> If you can help me, Please send to me the source code of
> C++ library with header files and documentation.
You're asking for several hundred files to be emailed to you!
The sources for libstdc++-v3 are integrated with the main GCC sources,
so you should download the main GCC sources or checkout the relevant
parts from CVS.
libstdc++ is no longer available for download as separate snapshots.
http://gcc.gnu.org/libstdc++/ should make this clearer really, I'll
prepare a patch for the web page.
jon