This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: using -static
- From: Andrew Haley <aph at redhat dot com>
- To: Marco Trudel <mtrudel at gmx dot ch>
- Cc: GCJ <java at gcc dot gnu dot org>
- Date: Tue, 17 Oct 2006 11:11:58 +0100
- Subject: Re: using -static
- References: <45349EAA.9050606@gmx.ch>
Marco Trudel writes:
> Do the following two configuration create the same executables?
> 1. shared GCJ, compiling with "gcj -static"
> 2. disable-shared GCJ, compiling with just "gcj"
Should do.
> Both will create static executables, but the first one will print some
> warnings which do not occur with the second configuration.
Why are you keeping these warnings secret from us?
Andrew.