Re-implemented ecj support

Lillian Angel langel at redhat.com
Wed Nov 7 11:50:20 PST 2007


Be aware that the build is broken on x86_64 because of this bug in b22:
http://bugs.sun.com/view_bug.do?bug_id=6616627

It will be fixed when we upgrade to b23/b24.


Lillian



Lillian Angel wrote:
> Hi,
> 
> I have just added ecj support back into IcedTea.
> 
> To build with ecj and bootstrap:
> ./configure && make
> 
> To bootstrap with an old IcedTea build:
> ./configure --with-icedtea [/usr/lib/jvm/java-icedtea] && make
> OR
> ./configure --with-icedtea-home=/path/to/icedtea && make
> 
> Use --with-gcj-home=/path/to/gcj to specify where gcj is installed, 
> default location is /usr/lib/jvm/java-gcj. This is needed to link a few 
> corba libs using libgcj.
> 
> 
> Other than that, everything should work fine. If there are any bugs, 
> please contact me asap.
> 
> Cheers,
> Lillian
> 



More information about the distro-pkg-dev mailing list