[Bug 591] Unable to build openjdk/icedtea on Slack 13.1

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Tue Nov 16 04:17:07 PST 2010


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=591





------- Comment #13 from mark at klomp.org  2010-11-16 12:17 -------
> ln -sf $BINDIR/gcj $JVM/bin/javac

At least this won't work (didn't look much at the rest). gcj invoked directly
acts as an AOT compiler, not as a byte code compiler.

If you want to use gcj as a traditional JDK environment you should build and
configure it with

--enable-java-home      create a standard JDK-style directory layout in the
                          install tree [default=no]

That should do most of what you do in that script for you. See the
gcc/libjava/Makefile.am under if CREATE_JAVA_HOME


-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the distro-pkg-dev mailing list