From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sun, 10 Jun 2007 20:10:19 +0200 From: Martin Neubauer To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] trouble with include order using c compiler with ansi preprocessor Message-ID: <20070610181019.GA2034@shodan.homeunix.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Topicbox-Message-UUID: 7c390718-ead2-11e9-9d60-3106f5b1d025 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