Alexander,
It doesn't work for me. I paste the result at the end of the message.
Do you have any idea what i have done wrong? A summary of what I did:
1. First I set LD_LIBRARY_PATH to contain libjvm.so and libzip.so:
LD_LIBRARY_PATH="/usr/java/jdk1.5.0/jre/lib/i386/client:/usr/java/jdk1.5.0/jre/lib/i386";
export LD_LIBRARY_PATH
2. Then I compiled the source like the c-file comments say:
gcc -shared -o libcwait.so libcwait.c -fpic -O
3. Finally I executed the install command:
LD_PRELOAD="/home/abonnema/tcc6_1/libcwait.so ./tcc6.1lin.bin"
and I got the error (see bottom of the message).
I am not a C-programmer so I really don't understand the error. Do you
know what is wrong?
Thank you very much for taking the effort to help.
Guus.