Hi guys I tried to use -fexceptions to compile my application but it still gives me the same stack. I don't have -fomit-frame-pointer in my Makefile. My application is linked with dynamic and static libraries, and one of the static library performs try/catch on a function declared in the dynamic library. Thanks & Regards Long -----Original Message----- From: Nix [mailto:nix@xxxxxxxxxxxxx] Sent: Wednesday, February 02, 2005 1:00 PM To: Joe Hughes Cc: Tan-Long Phan; gcc-help@xxxxxxxxxxx Subject: Re: Can't catch any throw on gcc 3.0.4 On 1 Feb 2005, Joe Hughes said: > try -fexceptions when compiling your application. GCC 3.0.4 also has a substantial number of bugs that will e.g. prevent exceptions from being caught if the program is compiled with -fomit-frame-pointer... anyone still using it really does probably want to upgrade. -- `Blish is clearly in love with language. Unfortunately, language dislikes him intensely.' --- Russ Allbery