Date: Sun, 15 Mar 1998 15:01:00 +0200 (IST) From: Eli Zaretskii To: Andrew Crabtree , DJ Delorie , Robert Hoehne cc: djgpp AT delorie DOT com Subject: Re: Bugs in 2.8.0? In-Reply-To: <6e6gph$66e$1@rosenews.rose.hp.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 11 Mar 1998, Andrew Crabtree wrote: > It appears that in order for exception handling to work (as it is > defaulted), you must replace ld.exe with collect2. There has to be a better way to get exceptions working than ti use collect2. I urge everybody who is working on this to look for a way that avoids the collect2 solution. collect2 is nothing but trouble BIG TIME. I have some very sad experience using it on SunOS, and you can check the archives of GCC-related news groups for threads which report problems and get answered ``that's because you use collect2''. Unless I miss something obvious, we shouldn't need to use the collect2 hack since we have full control of the library and the way startup code initializes the runtime environment. Changing some of these should make exceptions work.