This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
libgcc_s.so.1 and libgcj.so.4
- From: Andrew Haley <aph at redhat dot com>
- To: "Erik Poupaert" <erik dot poupaert at chello dot be>
- Cc: <java at gcc dot gnu dot org>
- Date: Sat, 19 Apr 2003 14:22:23 +0100
- Subject: libgcc_s.so.1 and libgcj.so.4
- References: <POEIJGMGPFPGFHAGKFHACEDMCHAA.erik.poupaert@chello.be>
Erik Poupaert writes:
>
>
> Is there someone who could point me in the direction of how to do this?
It's a matter of linking your program with "gcj -v", looking at the
options that are passed to ld, and editing those by hand, adding
-dynamic and -static where appropriate. However, this is rather
fragile as the options used may well vary between versions of gcj. Of
course, if you're going to tie your application to a specific release
of gcj this won't matter.
Andrew.