Date: Sun, 14 Jun 1998 13:54:59 +0300 (IDT) From: Eli Zaretskii To: Gili cc: djgpp AT delorie DOT com Subject: Re: exceptions and templates ??? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 14 Jun 1998, Gili wrote: > > Are you linking in the new crt?.o file and using the new linker script that > > defines the exception table? It should be documented in the readme. > > I'm using the files provided by DJGPP 2.01, RHIDE 1.42, GCC 2.8.1 and > LGCC 2.8.0.. I was directed to these files by DJGPP's zip-picker > around 1 month ago. So they should be the latest versions available. > As for linking a new crt?.o file.. Isn't that part of this new > package? If not, what must I do? Begin with establishing which crt0.o are you linking in. To this end, add -v to the link command line and watch out for the pathname of crt0.o that gcc prints. If that doesn't give enough clues, post here the entire output of the linking stage with -v added.