Mail Archives: djgpp/1997/05/28/03:29:44
On Sun, 25 May 1997, Janez Pers wrote:
> I have DJGPP V2 (the version, which has gcc 2.7.2.1 included). I need
> gcc 2.7.2.2 to compile fortran programs. I downloaded gcc 2.7.2.2 and
> installed it. But, when i try to compile it, it compiles without
> problems until the statement:
>
> gcc -DIN_GCC -g -o cc1 c-parse.o c-lang.o c-lex.o c-pragma.o
You need to say "make LANGUAGES=c CFLAGS=-O2", so -g is NOT used and -O2
removes some unneeded symbols. COFF cannot cope with more than 64K lines
in the debugging info.
- Raw text -