This is the mail archive of the gcc@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]

differences w/ libstdc++



dan kelsey writes:
 >  can you tell me what the differences are between egcs and
 > libstdc++ ? 

libstdc++ is an implementation of the standard C++ library, it
is not a compiler.  egcs is a collection of compilers, including
a C++ compiler (as well as a C and FORTRAN compiler).  You 
usually need both to do any C++ development.

 > they both seem to give me c++ compilers, 

It is unlikely that libstdc++ gives you a C++ compiler.

 > both come from cygnus (yes?). 

No.  Both egcs and libstdc++ come from lots of dedicated
people from across the net, some of which work for Cygnus,
many of which do not.  

> is one newer, one a replacement for the other?

No.  

                                    -gavin...


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