Re: java.lang.UnsatisfiedLinkError

2000-06-19 Thread Euisung Kang
java.lang.UnsatisfiedLinkError problem was solved. Thanks for your help!! And I tried to build kaffe with --with-debug but I had the error message as seen below. arm-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../../config -I../../include -I../../kaffe/kaffevm/systems/unix-jthreads -Iintrp

Re: java.lang.UnsatisfiedLinkError

2000-06-19 Thread Edouard G. Parmelan
Euisung Kang wrote: java.lang.UnsatisfiedLinkError problem was solved. Thanks for your help!! And I tried to build kaffe with --with-debug but I had the error message as seen below. mem/gc-mem.c: In function `gc_block_add': mem/gc-mem.c:611: warning: implicit declaration of function

Re: java.lang.UnsatisfiedLinkError

2000-06-19 Thread Euisung Kang
"Edouard G. Parmelan" wrote: mem/gc-mem.c: In function `gc_block_add': mem/gc-mem.c:611: warning: implicit declaration of function `mprotect' mem/gc-mem.c:611: `PROT_READ' undeclared (first use in this function) Is there any patch to solve this problem? I hope you could add in

java.lang.UnsatisfiedLinkError

2000-06-16 Thread Euisung Kang
java.lang.UnsatisfiedLinkError: Failed to locate native function:java/util/zip/Deflater.init(Z)V at java.util.zip.Deflater.init(Deflater.java:48) at java.util.zip.Deflater.init(Deflater.java:58) at java.util.zip.DeflaterOutputStream.init(DeflaterOutputStream.java:24

Re: java.lang.UnsatisfiedLinkError

2000-06-16 Thread Edouard G. Parmelan
? # jar cf t1.jar *.class java.lang.UnsatisfiedLinkError: Failed to locate native function:java/util/zip/Deflater.init(Z)V I guest configure was unable to detect libz :( Check in config.cache these values ac_cv_header_zlib_h ac_cv_lib_z_deflate If they does not set to `yes', cross-compile