GCJ runs (a bit) (was: GCJ status 20020305)
Bryce McKinlay
bryce@waitaki.otago.ac.nz
Thu Mar 7 18:01:00 GMT 2002
Göran Thyni wrote:
>I will be away from my home computer until next week
>but anyone interested should get into this game since
>the current CVS of freenet now compiles and runs (a bit)
>with gcj.
>
This is good news. Did you have to make any changes to freenet's code to
compile it with GCJ? I quickly (and without hacking any code) tried to
build it recently but got stuck because it needed junit, which itself
required some javax.swing classes that we don't have (but will soon,
hopefully).
>Get GCC thrunk from CVS and compile/install it,
>f.ex in /usr/local/gcc
>
At this point I would reccomend using the GCC 3.1 branch rather than the
trunk/mainline. The mainline is a bit unstable right now due to branch
landings (right now libjava is not even building on i686 linux).
>Add /usr/local/gcc/bin to first to PATH
>bash# export PATH=/usr/local/gcc/bin:$PATH
>and
>set LD_RUN_PATH to /usr/local/gcc/lib
>bash# export LD_RUN_PATH=/usr/local/gcc/lib
>before compiling
>LD_LIBRARY_PATH?
regards
Bryce.
More information about the Java
mailing list