g++ -save-temps mess

Peter J. Stieber developer at toyon.com
Tue Feb 17 17:09:34 UTC 2009


MH = Michael Hennebry
MH>> I recently went from FC8 to FC9.
MH>> Since then commands like g++ -save-temps main1.cc
MH>> give me .s files with names like
MH>> main1.tmp.localhost.localdomain.2918.s
MH>> and don't give me any preprocessed source at all.
MH>> What is going on?
MH>> How do I fix it?

BW = Bruno Wolff III
BW> Since I just went through this; make sure you
BW> aren't using ccache.  I needed to get a .ii
BW> file for a bug report I filed and just using
BW> -save-temps only saved the .s files.  Since it
BW> was easiest, I just removed ccache, but there
BW> must be a way to turn it off without uninstalling
BW> it.

export CCACHE_DISABLE=1

Pete




More information about the fedora-list mailing list