From 67b8fd94192f3f168e87491fe94e7a09c79759eb Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Tue, 4 Mar 2008 01:56:14 +0000 Subject: [PATCH] --- ase/doc/en/quickstart.man | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ase/doc/en/quickstart.man b/ase/doc/en/quickstart.man index 8af44e9a..47879626 100644 --- a/ase/doc/en/quickstart.man +++ b/ase/doc/en/quickstart.man @@ -82,7 +82,7 @@ If you have preference for a particular compiler and the flags, you may explicit | CC=mipsel-linux-uclibc-gcc CXX=mipsel-linux-uclibc-g++ LD=mipsel-linux-uclibc-ld ./configure --host=mips --disable-wchar |- | CellSDK 3.0 -| CC=ppu-gcc CXX=ppu-g++ RANLIB=ppu-ranlib AR=ppu-ar CFLAGS="-mabi=altivec -maltivec" CXXFLAGS="-mabi=altivec -maltivec" ./configure --host=ppc64 +| CC=ppu-gcc CXX=ppu-g++ RANLIB=ppu-ranlib AR=ppu-ar CFLAGS="-m64 -mabi=altivec -maltivec" CXXFLAGS="-m64 -mabi=altivec -maltivec" ./configure --host=ppc64 |}} The JNI library for JAVA is built automatically if required JNI header files are detected by the [[configure]] script. Make sure that the [[javac]] command is included in the [[PATH]] environment variable. The JAVA class files are built with the [[javac]] command detected as well. The {ant,http://ant.apache.org} utility from the Apache Software Foundataion can be used to build the java class files. The [[build.xml]] file is provided at the top-level directory.