On Jun 10, 2007, at 12:10 PM, Martin Neubauer wrote:
The way I understand the man page, the -N option just suppresses the
predefined include paths. What you seem to want ist the -. option
which, as
Charles mentioned, cpp does not support. But as I see it all of those
options really should be necessary in but very isolated cases. You
might
consider reorganising your header files. Otherwise you'll end up
with those
horrible compiling commands that are so common in modern Unix[sic].
Martin
You're right. I should approach this problem differently.
I need to get out of the UNIX mind set.
Kim