Here is a brief list of the software that I use:
GCC-3.4.3 (java,fortran and c/c++ support)
Classpath-0.18
Eclipse-3.1 (I mention it because maybe it makes the problems)
The distro was made by myself
---
I have tried to build gettext from source on my system. Everything was fine until the make script tried to build java file. It fails and gives this error:
Code:
/bin/sh ../lib/javacomp.sh -d . ./gnu/gettext/GettextResource.java
Exception in thread "main" java.lang.ClassNotFoundException: org.eclipse.jdt.internal.co mpiler.batch.Main not found in [file:/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/lib/tools.jar, file:./, core:/]
at java.net.URLClassLoader.findClass(java.lang.String) (/usr/lib/libgcj.so.5.0.0)
at gnu.gcj.runtime.VMClassLoader.findClass(java.lang.String) (/usr/lib/libgcj.so.5.0. 0)
at java.lang.ClassLoader.loadClass(java.lang.String, boolean) (/usr/lib/libgcj.so.5.0 .0)
at _Jv_FindClass(_Jv_Utf8Const, java.lang.ClassLoader) (/usr/lib/libgcj.so.5.0.0)
at java.lang.Class.forName(java.lang.String, boolean, java.lang.ClassLoader) (/usr/li b/libgcj.so.5.0.0)
at java.lang.Class.forName(java.lang.String) (/usr/lib/libgcj.so.5.0.0)
at com.sun.tools.javac.Main.Main() (Unknown Source)
at com.sun.tools.javac.Main.main(java.lang.String[]) (Unknown Source)
make[3]: *** [gnu/gettext/GettextResource.class] Error 1
make[3]: Leaving directory `/sources/TOOLKIT-sources/TOOLKIT-build/gettext-0.14.5/gettex t-runtime/intl-java'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/sources/TOOLKIT-sources/TOOLKIT-build/gettext-0.14.5/gettex t-runtime'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/sources/TOOLKIT-sources/TOOLKIT-build/gettext-0.14.5/gettex t-runtime'
make: *** [all-recursive] Error 1
I need an advise about what can I do to fix the problem.