X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: NoEmailAds AT execpc DOT com (geezer) Newsgroups: comp.os.msdos.djgpp Subject: Re: 1] C compiler Flags 2]RHIDE Problem Date: Fri, 17 Nov 2006 21:06:42 GMT Organization: PROPULSION GROUP Message-ID: <455e2420.17671496@news.execpc.com> References: <0J8V009XK2Y0ZIC0 AT mta3 DOT srv DOT hcvlny DOT cv DOT net> <1163791100_283 AT dscnews2 DOT dcccd DOT edu> X-Newsreader: Forte Free Agent 1.21/32.243 X-Complaints-To: abuse AT supernews DOT com Lines: 18 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Rod Pemberton" wrote: > >"Ethan Rosenberg" wrote in message >news:0J8V009XK2Y0ZIC0 AT mta3 DOT srv DOT hcvlny DOT cv DOT net... >> >> 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 Or this: redir -eo gcc --help --verbose >options.txt