This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Preprocessing a Java Source using gcj
- From: Andrew Haley <aph at redhat dot com>
- To: Jan Kaiser <j dot b dot kaiser at web dot de>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 2 Jan 2003 17:32:34 +0000 (GMT)
- Subject: Preprocessing a Java Source using gcj
- References: <3E1476AC.1050701@web.de>
Jan Kaiser writes:
> Hello,
>
> I tried to use the gcj to pre-process and compile a Java source file
> that contains a C-style #define statement.
> This does not work for me.
>
> Is there a way to get this done?
gcj doesn't run the preprocessor. gcc -E should do it.
Andrew.