This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]