This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
-D ?
- From: akos dot szalay at sophos dot com
- To: java at gcc dot gnu dot org
- Date: Tue, 23 Apr 2002 15:25:34 +0100
- Subject: -D ?
What does the -D switch do ?
In the help it says "-D<macro> Define a <macro> with string '1' as its
value", which is what I need, but when using it, I get an error "can't
specify '-D' without '--main'.
I try to compile together java and c code by using JNI (which works just
fine in the version from 17/12/2001 - in 3.0.4 it seems to be broken).
So what does the -D switch do, and what should I use instead to define a
macro ?
BTW, any estimation on the release of 3.1 ?
A'kos