more ltdl stuff and more

Raffaele Sena raff at aromatic.com
Fri Jan 15 00:45:03 PST 1999


The current snapshot from CVS (at Fri Jan 15 08:08:23 PST 1999)
does not build if your compiler is too smart.

The call to lt_dlpreopen_default() in main.c is missing one parameter
(that I set to NULL, just to pass something).

Index: main.c
===================================================================
RCS file: /home/cvspublic/kaffe/kaffe/kaffe/main.c,v
retrieving revision 1.17
diff -r1.17 main.c
67c67
<       lt_dlpreopen_default();
---
>       lt_dlpreopen_default(NULL);

Also, the generated executable does not work, but I will have to wait
until tonite to find out why (for sure I didn't set CLASSPATH or nothing
else, as I never do, and my last check - yesterday morning or the night
before was working fine):

HelloWorldApp ... error compiling:
Internal error.
Please check your CLASSPATH and your installation.
Exception thrown was of type `java/lang/UnsatisfiedLinkError'
Message was `Failed to locate native function:
java/lang/Throwable.fillInStackTrace()Ljava/lang/Throwable;'
failed: output saved to HelloWorldApp.fail


Thanks,
	Raffaele

-------------------------------------------------------------------------
raff at aromatic.com           (::)           http://www.aromatic.com/~raff/
                  http://www.aromatic.com/



More information about the kaffe mailing list