|
From: SourceForge.net <no...@so...> - 2008-11-24 23:00:28
|
Bugs item #2340504, was opened at 2008-11-24 17:00 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=112740&aid=2340504&group_id=12740 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Patrick McEvoy (mccraic) Assigned to: Nobody/Anonymous (nobody) Summary: QuantLib fails to compile on Fedora 9 Initial Comment: Hello, I am trying to compile QuantLib-0.9.7 on a Fedora 9 X86_64 box using gcc-4.3.0-8.x86_64 and gcc-c++-4.3.0-8.x86_64. Everything compiles fine until I get the following error. Making all in test-suite make[1]: Entering directory `Quantlib/QuantLib-0.9.7/test-suite' if g++ -DHAVE_CONFIG_H -I. -I. -I../ql -I.. -I.. -DQL_WORKING_BOOST_STREAMS -g -O2 -Wall -MT riskstats.o -MD -MP -MF ".deps/riskstats.Tpo" -c -o riskstats.o riskstats.cpp; \ then mv -f ".deps/riskstats.Tpo" ".deps/riskstats.Po"; else rm -f ".deps/riskstats.Tpo"; exit 1; fi g++: Internal error: Segmentation fault (program cc1plus) Please submit a full bug report. See <http://bugzilla.redhat.com/bugzilla> for instructions. make[1]: *** [riskstats.o] Error 1 make[1]: Leaving directory `Quantlib/QuantLib-0.9.7/test-suite' make: *** [all-recursive] Error 1 [root@R2T2 QuantLib-0.9.7]# Any ideas on how to fix this? Thanks, Patrick ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=112740&aid=2340504&group_id=12740 |