Summary: | build error in plugins/fits_nonlinear/general_levenberg_marquardt | ||
---|---|---|---|
Product: | [Applications] kst | Reporter: | Andrew Walker <arwalker> |
Component: | general | Assignee: | kst |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 1.8.0 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Andrew Walker
2009-07-20 20:49:44 UTC
This seems to be caused by the presence of exception handling in the plugins/fits_nonlinear/general_levenberg_marquardt module, together with the -fno-exceptions flag in the compiler options. It is worth noting though that this module has had exception handling since it was added to the build in Feb 2008, and it is known to build correctly on at least some platforms. I have never gotten it to build, and didn't know it worked. It has worked since at least Feb 2008 and I've never seen any build problems with it on my machine. Given the number of distributions and compilers though this isn't saying very much. Fedora devel (rawhide), with gcc 4.4.0. -fno-exceptions seems to be added by configure to the CFLAGS. The same problem can be seen in Fedora 11 with a default install from DVD - with muparser and gsl installed. SVN commit 1000694 by arwalker: BUG:200919 the following is necessary on some distributions to ensure exception-handling M +1 -0 Makefile.am WebSVN link: http://websvn.kde.org/?view=rev&revision=1000694 |