[Rcpp-devel] RInside on windows

Dirk Eddelbuettel edd at debian.org
Tue Feb 14 19:57:21 CET 2012


Patrick,

On 14 February 2012 at 19:27, pasparis at noos.fr wrote:
| this is one of my problem, I am new since this week-end on codeblocks, I use
| its builder and from what I thought you link with the static libraries
| 'libRcpp.a,libRInside.a and the none availaible libR.a, and you put the three
| dll files in your bin directory; thats why I was looking for libR.a.
| even if I set libR.dll for the linker settings/link libraries, I get some
| messages:
| 
| libRcpp.a undefined reference to '_Unwind_Resume'
| 
| I put the include folder of Rcpp,R_ext and RInside, with additional .h files :
| R,Rconfig,Rcpp,Rcppcommon,Rdefines,Rembedded,Rinternals,Rmath,Rversion,S,ga,graphapp,iconv,libintl,zconf,
| and zlib
| 
| I downloaded the R version 2.14.1  and the Rcpp,Rinside packages yesterday,
| 
| what bother me is that I did that on linux with no problem, put the include,
| set the linker to the three libraries and run, I need to work on windows, and
| there is this problem
| 
| what do you put as library for the linker? which includes files?

Use the supplied Makefile.win unless you /really/ know what you are doing. 

Dirk

-- 
"Outside of a dog, a book is a man's best friend. Inside of a dog, it is too
dark to read." -- Groucho Marx


More information about the Rcpp-devel mailing list