libgcj_bc.so not embedded

J.C. Pizarro jcpiza@gmail.com
Sat Apr 7 16:26:00 GMT 2007


2007/4/7, J.C. Pizarro <jcpiza@gmail.com>:
> 2007/4/7, David Daney <ddaney@avtrex.com>:
> > J.C. Pizarro wrote:
> > >
> > > Remember, Java is generated to C++ with gcj and compiled with g++.
> > That is incorrect and always has been.
> >
> > gcj directly generates assembly code for the target processor, just like
> > all the other GCC language frontends.
> >
> > David Daney
> >
>
> Sure? Why GCJ depends on C++ of GCC?
>

The proof,

./configure ... --enable-languages=c,java doesn't work

./configure ... --enable-languages=c,c++,java works.

The tools gcjh and g++ are used.



More information about the Java mailing list