Re: [Rd] R CMD SHLIB in Windows XP - No output at all

2012-02-15 Thread Lorenzo
Hi all, Thanks a LOT for your help. My issue actually came from the fact that my Renviron.site file was modifying the path variable (I though windows path and R path were different so hardcoded a path in Renviron. Because of this, the command in R "tool::.SHLIB()" was crashing R without any error

Re: [Rd] R CMD SHLIB in Windows XP - No output at all

2012-02-15 Thread William Dunlap
am Dunlap > Sent: Wednesday, February 15, 2012 5:27 PM > To: Lorenzo; r-devel@r-project.org > Subject: Re: [Rd] R CMD SHLIB in Windows XP - No output at all > > Does the following example help? I installed Duncan Murdoch's > Rtools-2.13 into E:\Rtools-2.13 and R into E:\Pro

Re: [Rd] R CMD SHLIB in Windows XP - No output at all

2012-02-15 Thread William Dunlap
ect.org] On > Behalf Of Lorenzo > Sent: Wednesday, February 15, 2012 4:03 PM > To: r-devel@r-project.org > Subject: Re: [Rd] R CMD SHLIB in Windows XP - No output at all > > Hi Duncan, > > Thanks for your help, I am actually using R Windows version 2.14.1 (22th Dec >

Re: [Rd] R CMD SHLIB in Windows XP - No output at all

2012-02-15 Thread Lorenzo
Hi Duncan, Thanks for your help, I am actually using R Windows version 2.14.1 (22th Dec 2011). Actually by "R CMD SHLIB *.*" I actually meant putting any file name after the R CMD SHLIB ("R CMD SHLIB convolve.c" for example). Another case which fails is : creating a Rcpp Armadillo package skeleto

Re: [Rd] R CMD SHLIB in Windows XP - No output at all

2012-02-15 Thread Lorenzo
Hi Dirk, Thanks for your suggestion. Seems that I have the same issue with the inline package, here is my output : INLINE SIMPLE EXAMPLE > library(Rcpp) > library(inline) > library(RcppArmadillo) > foo <- ' + int i, j, na, nb, nab; + double *xa, *xb, *xab; + SEXP ab; + + PR

Re: [Rd] R CMD SHLIB in Windows XP - No output at all

2012-02-15 Thread Duncan Murdoch
On 13/02/2012 7:09 PM, Lorenzo wrote: Hello all, I'm trying hard to make R CMD SHLIB work on Windows XP (32-bit) - please note that I don't have the admin rights on the computer. In terms of setup, I have followed the procedure : => installed Rtools 2.14 => changed my path : PATH=C:\Trading\R\

Re: [Rd] R CMD SHLIB in Windows XP - No output at all

2012-02-15 Thread Dirk Eddelbuettel
On 13 February 2012 at 16:09, Lorenzo wrote: | Hello all, | | I'm trying hard to make R CMD SHLIB work on Windows XP (32-bit) - please Have a look at the countless examples and hundreds of unit tests in the Rcpp package. Almost all of them work by using the inline package to compile, link and l

[Rd] R CMD SHLIB in Windows XP - No output at all

2012-02-15 Thread Lorenzo
Hello all, I'm trying hard to make R CMD SHLIB work on Windows XP (32-bit) - please note that I don't have the admin rights on the computer. In terms of setup, I have followed the procedure : => installed Rtools 2.14 => changed my path : PATH=C:\Trading\R\RTools\bin;C:\Trading\R\RTools\MinGW\bin;C