Date: Wed, 21 May 2003 21:10:23 -0400 Message-Id: <200305220110.h4M1AN3X003333@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: (flysled AT rogers DOT com) Subject: Re: compiling Standard C References: 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 forget what switches to put in the command line if I want to compile my > code 'code.c' using ONLY standard C compiler. You want -ansi and/or -pedantic. Depending on which gcc you're using, -std= might be available also.