This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
this is not a dynamic executable
- From: "Erik Poupaert" <erik dot poupaert at chello dot be>
- To: <dvd at OCF dot Berkeley dot EDU>
- Cc: <java at gcc dot gnu dot org>
- Date: Sun, 20 Apr 2003 21:26:13 +0200
- Subject: this is not a dynamic executable
Hi David,
>>>> libswt-motif-2133.so => motif/libswt-motif-2133.so (0x40017000)
>>>> libXm.so.2 => motif/libXm.so.2 (0x4005c000)
>>>> libm.so.6 => /lib/i686/libm.so.6 (0x40206000)
>>>> ...
On what snapshot of gcj 3.3 have you obtained your ldd output?
When I configure 3.3 20030414 with --disable-shared, my executables do not
produce an ldd output any longer. ldd says "this is not a dynamic
executable".
Erik