This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
using -static
- From: Marco Trudel <mtrudel at gmx dot ch>
- To: GCJ <java at gcc dot gnu dot org>
- Date: Tue, 17 Oct 2006 11:13:14 +0200
- Subject: using -static
Hello list
Do the following two configuration create the same executables?
1. shared GCJ, compiling with "gcj -static"
2. disable-shared GCJ, compiling with just "gcj"
Both will create static executables, but the first one will print some
warnings which do not occur with the second configuration.
thanks
Marco