This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
FW: this is not a dynamic executable
- From: "Erik Poupaert" <erik dot poupaert at chello dot be>
- To: <java at gcc dot gnu dot org>
- Date: Mon, 21 Apr 2003 20:57:16 +0200
- Subject: FW: this is not a dynamic executable
>>>>> It does produce, though, a java.lang.ExceptionInInitializerError, at
>>>>> __clone(/lib/tls/libc-2.3.2.so).
>>>>>>>>> I noticed that the application I'm working with doesn't reference
/lib/tls/libc-2.3.2.so in the app's ldd output.
>>>>>>>>> Maybe we have the same builds of gcj, but apps calling different
libraries?
My application (now back to "--enable-shared") references /lib/tls/libc.so.6
according to "ldd". But that is just a symbolic link to
/lib/tls/libc-2.3.2.so. I wonder why your application doesn't reference it?