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]

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


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