PDA

View Full Version : [ubuntu] error: exception handling disabled, use -fexceptions to enable



manganganath
September 28th, 2010, 04:40 AM
Hello,

I'm kind of new to Ubuntu. I want to compile ekiga 3.0.2 for ubuntu 10.04. But when I enter 'make' command in the terminal windows, it says that;



............
endpoints/opal-account.cpp:438: error: exception handling disabled, use -fexceptions to enable
make[3]: *** [opal-account.o] Error 1
make[3]: Leaving directory `/home/nuwang/ekiga-3.0.2/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/nuwang/ekiga-3.0.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/nuwang/ekiga-3.0.2'
make: *** [all] Error 2
I tried to solve the problem by setting CFLAGS = -fexceptions, in the Makefile. But it didn't work. Can someone please suggest me a way to overcome this problem?

Thanks in advance.

manganganath
September 28th, 2010, 06:28 AM
problem is solved.

aemara
September 21st, 2011, 12:15 PM
problem is solved.

how did you solved it, i am facing the same problem now?