From mboxrd@z Thu Jan 1 00:00:00 1970 From: To: ivan_m_r@email.com Cc: gcc-help@gcc.gnu.org Subject: Re: libstdc++ included?. Date: Sat, 06 May 2000 13:54:00 -0000 Message-id: References: <3914773D.559A2FC@kalman.iau.dtu.dk> X-SW-Source: 2000-05/msg00024.html On Sat, 6 May 2000, Ivan Martinez wrote: > Hello all, > I just installed the full distribution of GCC 2.95.2 but it seems that > it doesn't include libstdc++, does it?. The full distribution of gcc 2.95.2 *does* contain libstdc++-v2. (It does not contain libstdc++-v3, which is still experimental.) > So I downloaded de C++ > distribution. This one doesn't contain the compiler itself, does it?. It contains the c compiler, the C++ compiler, and libstdc++-v2 . It does not contain java, chill, fortran77, objective-c, etc. So you have some redundancy amoung these packages; you will only need to install one of them. > How should I install this C++ distribution?. See http://gcc.gnu.org/install/index.html Keep in mind that the instructions are the same, whichever gcc source tarball you use; only the result differs. And you always get the C frontend. > Is there any configuration > file stablishing GCC's default include directories?. Thank you. >