Hi all, I'm compiling kaffe-1.1.6 on MIPS platform, with the following configuration
./configure --with-x --with-jikes=no --with-engine=intrp --enable-pure-java-math --without-esd --with-rt-jar=/home/AMDgiammy/kaffe-1.1.6/libraries/javalib/rt.jar --enable-debug --with-threads=unix-jthreads --with-libffi --without-classpath-gtk-awt The compilation is successful, the HelloWorld on terminal works correctly, the Hello World using AWT (open a frame and print hello world in the frame) gives the followin error: /usr/local/kaffe/bin/kaffe -Xbootclasspath/p:/home/AMDgiammy/kaffe-1.1.6/kaffeawt.jar HelloWorld java.lang.UnsatisfiedLinkError: Native library `null' not found (as file `libnull.so' in class loader null) in gnu.classpath.boot.library.path and java.library.path `[/usr/local/kaffe/jre/lib/mips/, /usr/local/kaffe/lib/, /usr/local/lib/]' I'm using Tiny-X/kdrive, compiled from the last XFree86 source tree (4.5.0). What is this missing libnull.so? As a matter of fact i do not have such a library in my system: should it be installed by kaffe, or by some other program? thanks giammy -- Gianluca Moro http://groups.yahoo.com/group/embeddeditalia/ ISCRIVITI alla Mailing List Italiana su LINUX EMBEDDED [EMAIL PROTECTED] Visit http://ilpinguino.altervista.org/ ___________________________________ Yahoo! Messenger: chiamate gratuite in tutto il mondo http://it.messenger.yahoo.com _______________________________________________ kaffe mailing list [email protected] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
