This is the mail archive of the java-discuss@sources.redhat.com 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]

RE: Compiling latest gcj & libgcj from CVS




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++.

AG


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