Re: GCC-3.2 problem: undefined ___gxx_personality_v0

2003-03-05 Thread Max Bowsher
Martin Wolters wrote: > On Wednesday 05 March 2003 17:19, Max Bowsher wrote: >> Martin Wolters wrote: >>> On Wednesday 05 March 2003 16:18, [EMAIL PROTECTED] wrote: OK. And that file contains only C code? >>> >>> That's a good question. I thought so and I still think so. However, >>> I just

Re: GCC-3.2 problem: undefined ___gxx_personality_v0

2003-03-05 Thread Igor Pechtchanski
On Wed, 5 Mar 2003, Martin Wolters wrote: > On Wednesday 05 March 2003 17:19, Max Bowsher wrote: > > Martin Wolters wrote: > > > On Wednesday 05 March 2003 16:18, [EMAIL PROTECTED] wrote: > > >> OK. And that file contains only C code? > > > > > > That's a good question. I thought so and I still t

Re: GCC-3.2 problem: undefined ___gxx_personality_v0

2003-03-05 Thread Martin Wolters
On Wednesday 05 March 2003 17:19, Max Bowsher wrote: > Martin Wolters wrote: > > On Wednesday 05 March 2003 16:18, [EMAIL PROTECTED] wrote: > >> OK. And that file contains only C code? > > > > That's a good question. I thought so and I still think so. However, I > > just tried "g++ myCFile.c" and

Re: GCC-3.2 problem: undefined ___gxx_personality_v0

2003-03-05 Thread Max Bowsher
Martin Wolters wrote: > On Wednesday 05 March 2003 16:18, [EMAIL PROTECTED] wrote: >> OK. And that file contains only C code? > > That's a good question. I thought so and I still think so. However, I > just tried "g++ myCFile.c" and it compiles like a charm!! > > Well, maybe I can find the code

Re: GCC-3.2 problem: undefined ___gxx_personality_v0

2003-03-05 Thread Martin Wolters
> Original Message: > - > From: Martin Wolters [EMAIL PROTECTED] > Date: Wed, 5 Mar 2003 16:01:32 +0100 > To: [EMAIL PROTECTED] > Subject: Re: GCC-3.2 problem: undefined ___gxx_personality_v0 > > > The gcc command line I use: > > gcc myCFile.c > &

Re: GCC-3.2 problem: undefined ___gxx_personality_v0

2003-03-05 Thread [EMAIL PROTECTED]
at you're doing, what you're working with, and whether the case you report is reproducible. Larry Original Message: - From: Martin Wolters [EMAIL PROTECTED] Date: Wed, 5 Mar 2003 16:01:32 +0100 To: [EMAIL PROTECTED] Subject: Re: GCC-3.2 problem: undefined ___gxx_persona

Re: GCC-3.2 problem: undefined ___gxx_personality_v0

2003-03-05 Thread Martin Wolters
The gcc command line I use: gcc myCFile.c -M On Wednesday 05 March 2003 14:40, Max Bowsher wrote: > Martin Wolters wrote: > > I recently installed cygwin and while compiling a C-program I do get > > the following error: > > > > undefined reference to `___gxx_personality_v0' > > Compile C code wi

Re: GCC-3.2 problem: undefined ___gxx_personality_v0

2003-03-05 Thread Max Bowsher
Martin Wolters wrote: > I recently installed cygwin and while compiling a C-program I do get > the following error: > > undefined reference to `___gxx_personality_v0' Compile C code with gcc, C++ code with g++. If the error still persists, post the *exact* gcc command line. Max. -- Unsubscri

GCC-3.2 problem: undefined ___gxx_personality_v0

2003-03-05 Thread Martin Wolters
I recently installed cygwin and while compiling a C-program I do get the following error: undefined reference to `___gxx_personality_v0' A google search listed hints that this is a gcc-3.x problem. But I couldn't find any specifics. Do people on this list know about such a problem? -M More