c++ exceptions and tarballs?

Marcus Gruendler runner at tamalin.de
Sun Jun 3 21:59:55 BST 2001


On Sunday 03 June 2001 21:48, you wrote:
> I have written a program in KDevelop 1.4, c++, which relies heavily upon
> C++ exception handling (throw, catch). From the project directory itself,
> it compiles just fine.
>
> However, I tried making a source tarball with the Project->Make
> Distribution->Source-tgz menu option and testing it in a separate
> directory, and it failed horribly. Specifically, the g++ is being passed
> -fno-exceptions, which I suppose optimizes most code, but is deadly to
> mine. I tried setting a compiler flag from the project compile options
> (-fexceptions) but it had no effect. I could find no way from within
> Kdevelop to disable -fno-exceptions, and i simply do not grok the autoconf
> generated scripts well enough to mess with them.
>

Hi Robin,

Please have a look in the archives of this mailing list about just this topic 
some time ago. The question was raised in:

http://lists.kde.org/?l=kdevelop&m=98418127928001&w=2

and caused a long discussion about setting compiler flags in kdevelop. There 
is a *very* good explanation by Walter Tasin in this message:

http://lists.kde.org/?l=kdevelop&m=98483208129664&w=2

I hope this helps.

Bye, Marcus

-- 
Marcus Gruendler
eMail: runner at tamalin.de
WWW  : http://www.tamalin.de/runner/index_en.html


-
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