[Rcpp-devel] Issue Installing Rcpp on Solaris

Tim Jurka timjurka at gmail.com
Mon Oct 17 22:39:21 CEST 2011


Hi Rcpp-devel,

When installing Rcpp on Solaris ( R2.13.1 Platform: i386-pc-solaris2.10 (32-bit) ) using install.packages, I get the following error:

g++ -I/usr/local/lib/R/include -I../inst/include/ -I/usr/local/include    -fpic  -g -O2 -c debugging.cpp -o debugging.o
debugging.cpp:36:22: execinfo.h: No such file or directory
debugging.cpp: In function `SEXPREC* stack_trace(const char*, int)':
debugging.cpp:56: error: `backtrace' was not declared in this scope
debugging.cpp:57: error: `backtrace_symbols' was not declared in this scope
*** Error code 1
make: Fatal error: Command failed for target `debugging.o'
ERROR: compilation failed for package ‘Rcpp’

Has anybody encountered this problem before, and is there a known fix? Thank you in advance for all your help!

Best,
Tim


More information about the Rcpp-devel mailing list