|
From: shailesh k. <sha...@gm...> - 2017-05-19 08:03:27
|
Hi Luigi,
I am building Quantlib on AIX 7 using xlC compiler and getting error for
*boost::math::isnan*
If i remove boost::math, the compilation goes through.
Am i missing something? Please help me in getting this issue resolved.
Making all in math
source='gaussiannoncentralchisquaredpolynomial.cpp'
object='gaussiannoncentralchisquaredpolynomial.lo' libtool=yes
DEPDIR=.deps depmode=aix /bin/sh ../../../config/depcomp /bin/sh
../../../libtool --tag=CXX --mode=compile xlC_r -DHAVE_CONFIG_H -I.
-I../../../ql -I../../.. -I../../..
-I/scratch/ofsbuild/THIRDPARTY/BOOST_1.54/include -qrtti=all
-DQL_PATCH_SOLARIS -c -o gaussiannoncentralchisquaredpolynomial.lo
gaussiannoncentralchisquaredpolynomial.cpp
libtool: compile: xlC_r -DHAVE_CONFIG_H -I. -I../../../ql -I../../..
-I../../.. -I/scratch/ofsbuild/THIRDPARTY/BOOST_1.54/include -qrtti=all
-DQL_PATCH_SOLARIS -c -M gaussiannoncentralchisquaredpolynomial.cpp -o
gaussiannoncentralchisquaredpolynomial.o
"gaussiannoncentralchisquaredpolynomial.cpp", line 133.26: 1540-0063 (S)
The text "(" is unexpected.
"gaussiannoncentralchisquaredpolynomial.cpp", line 147.26: 1540-0063 (S)
The text "(" is unexpected.
"gaussiannoncentralchisquaredpolynomial.cpp", line 165.26: 1540-0063 (S)
The text "(" is unexpected.
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 1.
Stop.
make: 1254-004 The error code from the last command is 2.
Thanks & Regards
Shailesh Kumar
|