GCC Question
Martin v. Loewis
martin@mira.isdn.cs.tu-berlin.de
Sun Oct 31 23:03:00 GMT 1999
> > I was wondering if I can use the gcc to compile CORBA objects, if not do I
> > need to get g++ compiler to compile CORBA objects along with other cpp
> > program.
Yes, you can. A complete GCC installation also contains a C++ compiler
(which is usually installed as g++, and sometimes as c++). The
standard "gcc" front-end will also invoke the C++ compiler, if the
file ends in .cpp or .cc or some other extensions.
Regards,
Martin
More information about the Gcc-bugs
mailing list