From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Fri, 8 Dec 2000 09:30:21 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: libstdc++-v3 Message-ID: <3A30AA2D.4923.C69DE@localhost> In-reply-to: <3A30DE30.668B920C@softhome.net> X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Next GCC's showstopper is in %subj%. > I see the following using a cross compiler. Host system is > Debian GNU/Linux. For cross-binutils I'm using pristine > 2.10.1 from ftp.gnu.org, configured with --target=i686-pc-msdosdjgpp. > > What might be causing this? The default version of gas configured for DJGPP can't handle very many sections. .gnu.linkonce sections easily use enough sections for the limit to be reached. Either use the pre-built version of bnu210b.zip that is configured to use the version of gas that can handle many sections or configure 2.10.1 with --enable-bfd-assembler and re-build. However, 2.10.1 does not have the fixes to make COFF debugging symbols work with DJGPP so if you go this way always use stabs. Mark