From: Gwenole B. <gb...@di...> - 2004-07-11 04:58:10
|
Hi, > Hmm, I used "g++ paranoia.cpp"...just tried "gcc paranoia.cpp" and this > results in: And you were right to use g++. ;-) > That gives me the __gxx_personality_v0 thing; if I use g++ instead I > still > get the segfault.... Thanks (learning much here!). Can you (privately) send me the output of g++ -S paranoia.cpp? i.e. the generated paranoia.s assembly file. If you could also compress it to make it smaller in my mbox. Thanks. I will upload some paranoia.* prebuilt binaries on my site so that you could test some variations from my toolchain. |