This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC 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]

How to save intermediate files (pre-processing files: *.i ) while compiling gcc from source


Hi,

Is there possible to save intermediate files while compiling gcc from source?

for compiling the gcc 3.4.0 source code. I can get some pre-processing
files (the *.i files) while using the follwoing command:

./configure && make CC="gcc --save-temps" -i

but this does not work for gcc 4.x.x version. Do i need to edit the makefile?

Thank you very much and looking forward to hearing from you.

Best regards,

-David


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