Shachar Shemesh
Fri, 10 Oct 2008 01:17:45 -0700
Shachar Shemesh wrote:
It appears that, in strict contradiction to what the HTML manual says, -x should NOT be used. When it is used, the file is compiled as if it is a source file. When it is not used, the file is compiled as precompiled header.Here's what I do: $ gcc -x c -o precomp.h.gch -c precomp.h -g -Wall -O2
Shachar ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]