This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/37876] New: making QuantLib-0.9.6 on AIX 5300-07


installed boost ok, then ran
./configure --with-boost-include=/usr/local/include/boost-1_36
--with-boost-lib=/usr/local/lib
to configure quantlib
which worked OK
then ran make which coredumped at building conundrumpricer. built other objects
prior but dumps on this one. Below is extract ouptput only for this object.

       if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H 
-I. -I. -I../../ql  -I../.. -I../.. -I/usr/local/include/boost-1_36   -g -O2
-Wall -MT conundrumpricer.lo -MD -MP -MF ".deps/conundrumpricer.Tpo" -c -o
conundrumpricer.lo conundrumpricer.cpp;  then mv -f ".deps/conundrumpricer.Tpo"
".deps/conundrumpricer.Plo"; else rm -f ".deps/conundrumpricer.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../ql -I../.. -I../..
-I/usr/local/include/boost-1_36 -g -O2 -Wall -MT conundrumpricer.lo -MD -MP -MF
.deps/conundrumpricer.Tpo -c conundrumpricer.cpp  -DPIC -o
.libs/conundrumpricer.o
conundrumpricer.cpp:912: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make: 1254-004 The error code from the last command is 1.


Stop.
make: 1254-004 The error code from the last command is 1.


Stop.
make: 1254-004 The error code from the last command is 2.


Stop.
make: 1254-004 The error code from the last command is 1.


Stop.


-- 
           Summary: making QuantLib-0.9.6  on AIX 5300-07
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ibellinfantie at yahoo dot co dot uk


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37876


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]