CNI problem on MS Windows (GCC 3.4)

Ranjit Mathew rmathew@gmail.com
Mon May 23 09:28:00 GMT 2005


On 5/23/05, Amir Bukhari <ufz6@rz.uni-karlsruhe.de> wrote:
>
> But why I should gcj to compile this. Did gcj support C++?

gcc, g++, gcj etc. are all "driver" programs - the
real compilers are the "cc1", "cc1plus", "jc1", etc.
programs.

The driver programs are essentially the same and
are able to invoke any of the supported compilers
for any of the supported languages. They differ in
what they assume to be the default language and
what options they pass to the compiler, assembler
and linker.

HTH,
Ranjit.

-- 
Ranjit Mathew      Email: rmathew AT gmail DOT com

Bangalore, INDIA.    Web: http://ranjitmathew.hostingzero.com/



More information about the Java mailing list