From: Robert Hoehne Newsgroups: comp.os.msdos.djgpp Subject: Re: LD question Date: Mon, 05 May 1997 10:59:03 +0200 Organization: TU Chemnitz-Zwickau Lines: 22 Message-ID: <336DA157.5C6A55A2@Mathematik.tu-chemnitz.de> References: <5kbn5i$t48 AT ecuador DOT earthlink DOT net> NNTP-Posting-Host: pandora.hrz.tu-chemnitz.de 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 LaPaglia wrote: > > message means. And how I can avoid it. I have tried raising the > envirionment to 16384 to now avail. Any suggestions are The environment has nothing to do with this. > e:/djgpp/bin\ld.exe: cc1: .text: line number overflow: 0x107dc > 0xffff > cc1: final close failed: File truncated This is a known limitation of the COFF debugging information. It can hold only up to 0xffff line number entries. Solution: Do not compile any file with the '-g' switch. 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 * *****************************************************************