Mail Archives: djgpp/1997/05/05/08:46:43
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 *
*****************************************************************
- Raw text -