Date: Sun, 23 Jan 2005 15:23:18 +0900 (JST) From: Yamada Ken Takeshi <ken@tydfam.jp> To: freebsd-java@freebsd.org Subject: Q) JDK 1.5 compilation on amd64 Message-ID: <20050123.152318.846938018.ken@tydfam.jp>
next in thread | raw e-mail | index | archive | help
Could anyone successfuly compile jdk15 from ports/java/jdk15 on amd64(64bit)? I had the following error, and couldn't with -current, opteron X 2, and your suggestions are very appreciated to complete the compilation. I used linux-jdk1.5.0 (64bit) instead of jdk-1.4.2, but jdk-1.4.2 gave me the same result. : : : : : va ../../../src/share/classes/sun/misc/AtomicLongLockImpl.java ../../../src/share/classes/sun/reflect/ConstantPool.java ../../../src/share/classes/sun/reflect/NativeConstructorAccessorImpl.java ../../../src/share/classes/sun/reflect/NativeMethodAccessorImpl.java ../../../src/share/classes/sun/reflect/Reflection.java ; \ fi execv(): Bad address Error trying to exec /usr/local/linux-jdk1.5.0/bin/javac. Check if file exists and permissions are set correctly. gmake[3]: *** [.compile.classlist] Error 1 gmake[3]: Leaving directory `/home/jdk15/work/j2se/make/java/java' gmake[2]: *** [all] Error 1 gmake[2]: Leaving directory `/home/jdk15/work/j2se/make/java' gmake[1]: *** [all] Error 1 gmake[1]: Leaving directory `/home/jdk15/work/j2se/make' gmake: *** [j2se-build] Error 2 *** Error code 2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050123.152318.846938018.ken>