Message-ID: <36898A0B.90945F32@lycosmail.com> Date: Tue, 29 Dec 1998 21:03:55 -0500 From: Adam Schrotenboer X-Mailer: Mozilla 4.5 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: djgpp AT delorie DOT com CC: Andris Pavenis Subject: Problems building EGCS 1.1.1 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com I get the following error while building egcs: c:/djgpp/bin/ld.exe: ../cc1plus.exe: warning: .text: line number overflow: 0x1b488 > 0xffff I get the idea that cc1plus is limited to 65535 lines of code. I was wondering if this is normal. Can it be changed? The reason I am trying to build EGCS is to use it as a step toward building PGCC 1.1.1. If I remember correctly, the only one to distribute binaries for DJGPP of PGCC 1.0.1 did so w/ a cross compiler from Linux. Is this essentially the only way to do this??? I have been considering makeing a dual boot system, Win9X & Linux, but so far haven't had the time, or a dist of Linux. Any help would be greatly appreciated.