This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: CNI problem on MS Windows (GCC 3.4)


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/


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