From: janez DOT pers AT kiss DOT uni-lj DOT si (Janez Pers) Newsgroups: comp.os.msdos.djgpp Subject: ld.exe line number overflow ?!??! Date: Sun, 25 May 1997 17:20:18 GMT Organization: Univerza v Ljubljani Lines: 37 Message-ID: <3388739e.26426638@news.arnes.si> NNTP-Posting-Host: ppp2-ms2.arnes.si Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi! 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 c-decl.o c-typ eck.o c-convert.o c-aux-info.o c-common.o c-iterate.o toplev.o version.o tree.o print-tree.o stor-layout.o fold-const.o function.o stmt.o expr.o calls.o expmed. o explow.o optabs.o varasm.o rtl.o print-rtl.o rtlanal.o emit-rtl.o real.o dbxou t.o sdbout.o dwarfout.o xcoffout.o integrate.o jump.o cse.o loop.o unroll.o flow .o stupid.o combine.o regclass.o local-alloc.o global.o reload.o reload1.o calle r-save.o insn-peep.o reorg.o sched.o final.o recog.o reg-stack.o insn-opinit.o i nsn-recog.o insn-extract.o insn-output.o insn-emit.o insn-attrtab.o i386.o getpw d.o convert.o bc-emit.o bc-optab.o obstack.o which produces following error message: d:/djgpp/bin\ld.exe: cc1: .text: line number overflow: 0x10b51 > 0 xffff cc1: final close failed: File truncated make.exe: *** [cc1] Error 1 What the hell is wrong ? I cannot find this error message in any of the ld or djgpp docs! Janez.