Re: native threads and Invocation API
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
>>>>> "Juergen" == Juergen Kreileder <kreilede@issan.cs.uni-dortmund.de> writes:
Juergen> Try adding '-D_REENTRANT' and '-lpthread'.
That doesn't help. The libpthread.so has
sem_{destroy,post,wait,init}@@GLIBC_2.1 and
sem_{destroy,post,wait,init}@GLIBC_2.0, but the libjava.so wants
sem_{destroy,post,wait,init}@@GLIBC_2.0. It looks like the JDK
package needs to be relinked against a later version of 2.1. Debian
unstable is currently at 2.1.2. What is the JDK linked against?
This same test works fine against a stable version of Debian that uses
glibc2.0.
- --
Gene McCulley Voice: (407) 265-0772
mcculley@enki.org Fax: (407) 265-0773
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v0.9.10 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE3z6w+K+LjkZ54DewRAscHAKC/LTOFVLBbGczKg+SmdObfigCrRgCgyD+y
b8MWPdbjSxOdPV7i3WtWDNA=
=pA1s
-----END PGP SIGNATURE-----
Reply to: