Mail Archives: djgpp/1997/12/02/18:30:03
quintero AT swbell DOT net schrieb:
>
> school. Ok, now my problem:Everytime I hit <crtl-F9> 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 <robert DOT hoehne AT gmx DOT net> *
* Post: Am Berg 3, D-09573 Dittmannsdorf, Germany *
* WWW: http://www.tu-chemnitz.de/~sho/rho *
******************************************************
- Raw text -