From: quintero AT swbell DOT net Newsgroups: comp.os.msdos.djgpp Subject: RHIDE 1.4 problems with "RUN" Date: Fri, 28 Nov 1997 02:00:29 -0800 Organization: Southwestern Bell Internet Services, Richardson, TX Lines: 14 Message-ID: <347E963D.5BCD@swbell.net> Reply-To: quintero AT swbell DOT net NNTP-Posting-Host: ppp-207-193-27-171.snantx.swbell.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I have been using DJGPP for a while and got pretty sick of going from EDIT to dos to compile and back again, so I d/led RHIDE 1.4. I'm not a stranger to IDE's because we're using Borland Turo C++ 3.something in school. Ok, now my problem:Everytime I hit to run the program, it gives me this: compiling: gcc -Le:/dj/lib -Le:/dj/lib/djgpp -Le:/dj/allegro/lib -nostdlib -o f.exe e:/dj/lib/f.o -lalleg -lstdcx and I want: gcc -Le:/dj/lib -Le:/dj/lib/djgpp -Le:/dj/allegro/lib -o f.exe e:/dj/lib/f.o -lalleg I don't know why RHIDE put the extra "-nostdlib" and "-lstdcx (this library doesn't bother me much). How can I get rid of them? THanks!