This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
building static libgcj
- From: "Munjal Kapadia" <munjal at cmu dot edu>
- To: java at gcc dot gnu dot org
- Date: Wed, 16 Jul 2003 10:25:46 -0400 (EDT)
- Subject: building static libgcj
Hi all,
When I try to statically build libgcj (and the rest of gcc) with the
--disable-shared options in the ./configure parameter set, some of the
binaries are not statically built (i know this by running ldd)
gij, grepjar, jar, jv-convert, rmic and rmiregistry are not statically
linked
The other binaries like gcc, gcj, gcjh etc... are statically linked.
I need all of the binaries to be statically linked. Can someone please help??
Thanks,
Munjal