Message-ID: <34848DEA.57D8BA95@gmx.net> Date: Tue, 02 Dec 1997 23:38:34 +0100 From: "Robert Hhne" MIME-Version: 1.0 To: quintero AT swbell DOT net CC: "djgpp AT delorie DOT com" Subject: Re: RHIDE 1.4 problems with "RUN" References: <347E963D DOT 5BCD AT swbell DOT net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk quintero AT swbell DOT net schrieb: > > 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? The "-nostdlib" is created by RHIDE only, when you disable in the libraries section of RHIDE the "Use standard libarries" checkbox. Have you done this? If not, then you have probably this options somewhere in your compiler or linker options. The "-lstdcx" option is created by RHIDE because you have probably a C++ source file as part of your project. Robert -- ****************************************************** * Robert Hoehne * * Post: Am Berg 3, D-09573 Dittmannsdorf, Germany * * WWW: http://www.tu-chemnitz.de/~sho/rho * ******************************************************