CNI problem on MS Windows (GCC 3.4)
Amir Bukhari
ufz6@rz.uni-karlsruhe.de
Mon May 23 09:19:00 GMT 2005
> -----Original Message-----
> From: Ranjit Mathew [mailto:rmathew@gmail.com]
> Sent: Monday, May 23, 2005 9:21 AM
> To: Amir Bukhari
> Cc: java@gcc.gnu.org
> Subject: Re: CNI problem on MS Windows (GCC 3.4)
>> Amir Bukhari wrote:
> >
> >>Amir> I am try to learn CNI. I have just tried a very simple example:
> >>Amir> I compiled it like c++ test.cc -lgcj
> >>Amir> but I got a number of undefined reference like
>> Use "gcj" to compile it instead of "g++" or "c++", like so:
>> gcj test.cc
>
This work.
But why I should gcj to compile this. Did gcj support C++?
-Amir
More information about the Java
mailing list