Problems with -fexceptions setting
Tarjei Knapstad
tarjei.knapstad at predichem.com
Tue Jun 15 16:29:55 BST 2004
On Wed, 2004-06-09 at 13:33, Santiago Capel wrote:
> Hi,
>
> I am building a project which uses exceptions. I got the following error:
>
<snip>
> Any clue?
>
Yes I have :)
In the configure.in file for your project, add this line right after the
one that says "AC_CHECK_COMPILERS" :
CXXFLAGS="$CXXFLAGS $USE_RTTI $USE_EXCEPTIONS"
You can remove $USE_RTTI if you don't want/need that. Hope this works
out for you.
Regards,
--
Tarjei
-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop
mailing list