X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Subject: Re: 1] C compiler Flags 2]RHIDE Problem From: "Rod Pemberton" Date: Fri, 17 Nov 2006 14:18:29 -0500 Message-ID: <1163791100_283@dscnews2.dcccd.edu> References: <0J8V009XK2Y0ZIC0 AT mta3 DOT srv DOT hcvlny DOT cv DOT net> Lines: 32 NNTP-Posting-Host: 68.60.59.250 Newsgroups: comp.os.msdos.djgpp X-Trace: dscnews2.dcccd.edu 1163791100 68.60.59.250 (17 Nov 2006 13:18:20 -0600) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "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. > 2] The problem in RHIDE only appears if I start RHIDE and press the > ESC key when it loads, thereby forcing it to load the last open > file. If I explicitly request to load the file from the first > dialog, the system is stable. Can anyone explain this behavior? > Sorry, I don't use RHIDE. Rod Pemberton