This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: CNI problem on MS Windows (GCC 3.4)
- From: Ranjit Mathew <rmathew at gmail dot com>
- To: Amir Bukhari <ufz6 at rz dot uni-karlsruhe dot de>
- Cc: GCJ <java at gcc dot gnu dot org>
- Date: Mon, 23 May 2005 14:48:40 +0530
- Subject: Re: CNI problem on MS Windows (GCC 3.4)
- References: <42918460.5040309@gmail.com> <429194fe.3f8b0cbf.6d6c.02a1SMTPIN_ADDED@mx.gmail.com>
- Reply-to: Ranjit Mathew <rmathew at gmail dot com>
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/