X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Mon, 8 Apr 2002 00:33:14 -0400 Message-Id: <200204080433.g384XES04917@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT delorie DOT com using -f From: DJ Delorie To: bouncer AT bouncer DOT net CC: djgpp AT delorie DOT com In-reply-to: (bouncer AT bouncer DOT net) Subject: Re: command line References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > I'm a gnubie. Is there a simple guide restricted to correct compiler use > (command-line syntax etc.)? http://www.delorie.com/djgpp/doc/ug/ > If not, someone should write a thorough one, just a thought. http://www.delorie.com/gnu/docs/gcc/gcc_toc.html > Also, should I put new include files in that directory? You should put include files in the same directory as the sources. The compiler knows to look for them there.