Mail Archives: djgpp/1996/10/29/07:01:34
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 *
*****************************************************************
- Raw text -