Date: Wed, 28 May 1997 10:27:52 +0300 (IDT) From: Eli Zaretskii To: Janez Pers cc: djgpp AT delorie DOT com Subject: Re: ld.exe line number overflow ?!??! In-Reply-To: <3388739e.26426638@news.arnes.si> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk 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.