Mail Archives: djgpp/1997/05/21/06:32:33
Alex Kain wrote:
>
> How do you configure DJGPP to compile code as C code and not as C++ code if
> the C++ files are already unzipped into the djgpp directory? I'm trying to
> see if I can make a crpg executable smaller.
Make sure you're invoking gcc with lowercase filenames. To gcc,
"HELLO.C" is a C++ program, while "hello.c" is a C program. Be careful!
--
---------------------------------------------------------------------
| John M. Aldrich, aka Fighteer I | mailto:fighteer AT cs DOT com |
| Proud owner of what might one | http://www.cs.com/fighteer |
| day be a spectacular MUD... | Plan: To make Bill Gates suffer |
---------------------------------------------------------------------
- Raw text -