Date: Mon, 1 Feb 1999 14:27:11 -0500 Message-Id: <199902011927.OAA29918@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <36B5E345.37E02654@ameritech.net> (message from John Scott Kjellman on Mon, 01 Feb 1999 11:24:21 -0600) Subject: Re: performance References: <39AE1D927549D111A88F00A0C94B9C7D628ECB AT RJ01MAI01> <199901300209 DOT VAA31138 AT envy DOT delorie DOT com> <36B5E345 DOT 37E02654 AT ameritech DOT net> Reply-To: djgpp AT delorie DOT com > Error: e:/djgpp/bin\ld.exe: Posterm.exe: warning: .text: line number overflow: > 0x11a1c > 0xffff This means either too many files are compiled with -g, or some files that are more than 64k lines are compiled with -g. You need to recompile some of the files you aren't currently debugging without -g. This is a limitation of the COFF file format.