[Bug 774] How to build from scrach icedtea 1.10.3/openjdk 1.6.0_b22 on Slack

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Mon Oct 31 14:28:18 PDT 2011


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

--- Comment #16 from Andrew John Hughes <ahughes at redhat.com> 2011-10-31 21:28:18 UTC ---
http://jamvm.sourceforge.net/

The instructions I gave are for GNU Classpath and an appropriate VM, not gcj.

gcj already has build options to mimic a JDK setup:

--with-java-home=$GCC_INSTALL
--enable-java-home
--with-jvm-root-dir=$GCC_INSTALL/jdk
--with-jvm-jar-dir=$GCC_INSTALL/jvm-exports

where GCC_INSTALL is the prefix you're installing gcj too.

Alternatively, symlink the binaries:

lrwxrwxrwx 1 root root 52 Jul 22 01:16 appletviewer ->
/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.1/gappletviewer*
lrwxrwxrwx 1 root root 43 Jul 22 01:16 jar ->
/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.1/gjar*
lrwxrwxrwx 1 root root 49 Jul 22 01:16 jarsigner ->
/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.1/gjarsigner*
lrwxrwxrwx 1 root root 12 Jul 22 01:16 java -> /usr/bin/gij*
lrwxrwxrwx 1 root root 20 Jul 22 01:16 javac -> /usr/bin/ecj-gcj-3.6*
lrwxrwxrwx 1 root root 44 Jul 22 01:16 javadoc ->
/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.1/gjdoc*
lrwxrwxrwx 1 root root 45 Jul 22 01:16 javah ->
/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.1/gjavah*
lrwxrwxrwx 1 root root 47 Jul 22 01:16 javap ->
/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.1/jcf-dump*
lrwxrwxrwx 1 root root 47 Jul 22 01:16 keytool ->
/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.1/gkeytool*
lrwxrwxrwx 1 root root 52 Jul 22 01:16 native2ascii ->
/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.1/gnative2ascii*
lrwxrwxrwx 1 root root 44 Jul 22 01:16 orbd ->
/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.1/gorbd*
lrwxrwxrwx 1 root root 44 Jul 22 01:16 rmic ->
/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.1/grmic*
lrwxrwxrwx 1 root root 44 Jul 22 01:16 rmid ->
/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.1/grmid*
lrwxrwxrwx 1 root root 51 Jul 22 01:16 rmiregistry ->
/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.1/grmiregistry*
lrwxrwxrwx 1 root root 49 Jul 22 01:16 serialver ->
/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.1/gserialver*
lrwxrwxrwx 1 root root 49 Jul 22 01:16 tnameserv ->
/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.1/gtnameserv*

Rather than just running the IcedTea build, it would be sensible to make sure
all these binaries work beforehand; primarily javac, javah, java, jar, rmic and
javap.  IcedTea has options to override the default locations of all these. 
See ./configure --help.

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



More information about the distro-pkg-dev mailing list