This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: using -static


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]