On Wed, 24 May 2000, Jeff Gutierrez wrote:
..
> g++ is the C++ compiler wrapper of gcc. I think (I've never
> encountered this before since I've always had g++ and the libraries
> installed by default) you only need to install the GNU C++ library to make
> gcc C++ aware. The library is name is libstdc++
g++ is not a wrapper! we're not in the days of cfront anymore! libstdc++
implements the C++ standard library (e.g. when you do cin << or cout >>
you are using libstdc++). I think STL is also partially implemented here.
however the basic c++ functionality (e.g. classes, overloading) is handled
by the g++ compiler backend itself.
you do not need libstdc++ to compile C++ programs. however many C++
programs WILL require libstdc++ (the ones that use the C++ library
features). e.g. MySQL requires C++ but does not use libstdc++.
---------------------------------------------------------------------
Orlando Andico <[EMAIL PROTECTED]> POTS Phone: +63 (2) 937-2293
Mosaic Communications, Inc. GSM Mobile: +63 (917) 531-5893
Any sufficiently perverted technology is indistinguishable from Perl.
-
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]