This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
RE: Compiling latest gcj & libgcj from CVS
- To: "green at cygnus dot com" <green at cygnus dot com>
- Subject: RE: Compiling latest gcj & libgcj from CVS
- From: Andrew Haley <aph at cygnus dot co dot uk>
- Date: Tue, 22 Aug 2000 15:42:17 +0100 (BST)
- Cc: "'Mark Wielaard'" <mark at klomp dot org>, "java-discuss at sourceware dot cygnus dot com" <java-discuss at sourceware dot cygnus dot com>
- References: <01C00C0B.B4F36F00.green@cygnus.com>
Anthony Green writes:
>
>
> On Tuesday, August 22, 2000 12:25 AM, Mark Wielaard [SMTP:mark@klomp.org]
> wrote:
> > P.S. How does one produce a .ii file?
>
> Look in the `make' output for the line used to compile natClass.cc. Replace
> `-o natClass.o' with `-E' and pipe the output to natClass.ii. *.i is
> generally used for preprocessed C code, and *.ii for C++.
It's a lot easier to add -save-temps to CXXFLAGS.
Andrew.