|
From: Peter C. <pca...@gm...> - 2013-10-26 19:35:02
|
Hi,
is it possible to build the SWIG R package with -std=c++11 ? As far
as I can see during the execution of R CMD check R one step
* checking whether package ‘QuantLib’ can be installed ... ERROR
fails because some hard coded (?) configuration (not related to the one
produced with the usual ./configure ... call) is used here, in the log
R.Rcheck/00install.out I get
make[3]: Entering directory `/home/peter/quantlibpc/QuantLib-SWIG/R/src'
g++ -I/usr/share/R/include -DNDEBUG `quantlib-config --cflags` -fpic -O3 -pipe -g -c QuantLib.cpp -o QuantLib.o
which fails because of some c++11 elements in my client quantlib code.
Thanks a lot
Peter
|