Subject: Re: Building a shared c++ library with egcs
To: Scott Ellis <scotte@intrepid.warped.com>
From: Krister Walfridsson <cato@df.lth.se>
List: port-i386
Date: 03/09/1998 21:27:46
On Mon, 9 Mar 1998, Scott Ellis wrote:
> How on earth did you even get egcs BUILT on NetBSD? At least up to a
> few snapshots after the 1.0.1 release, egcs would die on the 3rd
> build during a 'make bootstrap' (the part where it tries to build
> itself using itself). I seem to recall the problem being in egcs's
> assembly output not being liked by our gas. [...]
You can disable the troublesome assembly by adding the line
#define DWARF2_UNWIND_INFO 0
in gcc/config/i386/netbsd.h
This change has been in egcs-current for a while now, and will also
be present in the soon to be released egcs-1.0.2.
/Krister