Re: g++ -save-temps mess

2009-02-17 Thread Gilboa Davara
On Mon, 2009-02-16 at 18:16 -0600, Michael Hennebry wrote: I recently went from FC8 to FC9. Since then commands like g++ -save-temps main1.cc give me .s files with names like main1.tmp.localhost.localdomain.2918.s and don't give me any preprocessed source at all. What is going on? How do I

Re: g++ -save-temps mess

2009-02-17 Thread Peter J. Stieber
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

Re: g++ -save-temps mess

2009-02-17 Thread Michael Hennebry
On Tue, 17 Feb 2009, Peter J. Stieber wrote: 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

Re: g++ -save-temps mess

2009-02-17 Thread Gene Heskett
On Tuesday 17 February 2009, Michael Hennebry wrote: On Tue, 17 Feb 2009, Peter J. Stieber wrote: 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

g++ -save-temps mess

2009-02-16 Thread Michael Hennebry
I recently went from FC8 to FC9. Since then commands like g++ -save-temps main1.cc give me .s files with names like main1.tmp.localhost.localdomain.2918.s and don't give me any preprocessed source at all. What is going on? How do I fix it? I'm sure the messy .s file names are useful for people

Re: g++ -save-temps mess

2009-02-16 Thread Bruno Wolff III
On Mon, Feb 16, 2009 at 18:16:29 -0600, Michael Hennebry henne...@web.cs.ndsu.nodak.edu wrote: I recently went from FC8 to FC9. Since then commands like g++ -save-temps main1.cc give me .s files with names like main1.tmp.localhost.localdomain.2918.s and don't give me any preprocessed source