From: Robert Hoehne Newsgroups: comp.os.msdos.djgpp Subject: Re: Compiling GCC 2.7.2.1 with itself Date: Tue, 29 Oct 1996 10:36:02 +0100 Organization: TU Chemnitz-Zwickau Lines: 25 Message-ID: <3275D002.6DB6@Mathematik.tu-chemnitz.de> References: <846539844 DOT 13831 DOT 0 AT abwillms DOT demon DOT co DOT uk> NNTP-Posting-Host: tantalus-e.hrz.tu-chemnitz.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: "Alaric B. Williams" To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Alaric B. Williams wrote: > > Hokay. That's fixed now. I made it clean, and reran configur go32, > then make, and it still complains of line number overflow when > linking... which sounds like another problem altogether. Any ideas? > That's a limitation of the COFF format. Each section in COFF format is limited to have a caount of linenumbers, which must fit in a unsigned short, that maens, you are allowed to have no more than 0xFFFF (65535) line numbers per section. Please do not ask who made this limitation, I don't know, and this problem cannot be solved without switching to an other object format. Robert -- ***************************************************************** * Robert Hoehne, Fakultaet fuer Mathematik, TU-Chemnitz-Zwickau * * Post: Am Berg 3, D-09573 Dittmannsdorf * * e-Mail: Robert DOT Hoehne AT Mathematik DOT TU-Chemnitz DOT DE * * WWW: http://www.tu-chemnitz.de/~rho * *****************************************************************