X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Sat, 18 Nov 2006 23:26:09 -0500 From: Ethan Rosenberg Subject: Re: Re: 1] C compiler Flags 2]RHIDE Problem In-reply-to: <1163791100_283@dscnews2.dcccd.edu> To: djgpp AT delorie DOT com Message-id: <0J8Y007J1MZO4AN4@mta4.srv.hcvlny.cv.net> MIME-version: 1.0 X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT References: <0J8V009XK2Y0ZIC0 AT mta3 DOT srv DOT hcvlny DOT cv DOT net> <1163791100_283 AT dscnews2 DOT dcccd DOT edu> 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 At 02:18 PM 11/17/2006, you wrote: >"Ethan Rosenberg" wrote in message >news:0J8V009XK2Y0ZIC0 AT mta3 DOT srv DOT hcvlny DOT cv DOT net... > > List members - > > > > Thank you for all your help. > > > > 1] Where can I obtain a list of the C compiler and linker flags? Is > > it obtainable from within DJGPP program? > > > >You could try this: > >redir -o most.txt gcc -v --help >redir -e extra.txt gcc -v --help > >Edit the two files into one. It should include just about every option >available. Thanks. >I have not gotten to it, but it seems to be something that will put >everything in one file, which is what I need. Ethan ++++++++++ >Rod Pemberton