[Rcpp-devel] Problem compling rinside_sample0 on OSX

2010-04-05 Thread Dan Kulp
t found collect2: ld returned 1 exit status make: *** [rinside_sample0] Error 1 Is this an OSX specific thing, or is the example code not sync'd with the library from CRAN? or something else? THanks, Dan -- Dan Kulp, PhD Postdoctoral Fellow Biosciences Division, B

Re: [Rcpp-devel] Problem compling rinside_sample0 on OSX

2010-04-06 Thread Dan Kulp
wrote: > >> Le 06/04/10 12:14, Dirk Eddelbuettel a écrit : > >>> Hi Dan, > >>> > >>> Thanks for switching to the list. > >>> > >>> On 5 April 2010 at 22:12, Dan Kulp wrote: > >>> | Hey, > >>> | I just

Re: [Rcpp-devel] Problem compling rinside_sample0 on OSX

2010-04-06 Thread Dan Kulp
ettel wrote: > > On 6 April 2010 at 08:58, Dan Kulp wrote: > | Libraries from CRAN installed into .../Library/R/2.10/library/Rcpp and > | .../LibraryR/2.10/library/RIniside > > We asked about the _version numbers_ which you still have not provided. > Please do (inside R) >

Re: [Rcpp-devel] Problem compling rinside_sample0 on OSX

2010-04-06 Thread Dan Kulp
By the way: > Rscript -e "RInside:::CxxFlags()" -I/Users/dwkulp/Library/R/2.10/library/RInside/lib/i386 > Rscript -e "RInside:::LdFlags()" /Users/dwkulp/Library/R/2.10/library/RInside/lib/i386/libRInside.a ~Dan On Tue, Apr 6, 2010 at 9:22 AM, Dan Kulp wrote: > So

Re: [Rcpp-devel] Problem compling rinside_sample0 on OSX

2010-04-06 Thread Dan Kulp
ote: > > On 6 April 2010 at 09:22, Dan Kulp wrote: > | Sorry about that, I thought you had figured out the CRAN version > numbers > | > | Rcpp : 0.7.11 > | RInside: 0.2.2 > | > | I also tried installing the package as you recommend .. doesn't help, > | clearl

Re: [Rcpp-devel] Problem compling rinside_sample0 on OSX

2010-04-06 Thread Dan Kulp
could have been helpful with the above information. Thanks again for your quick response and help get me going. I already have RInside working in my code to generate specific plots of my datasets. ~Dan On Tue, Apr 6, 2010 at 10:45 AM, Romain Francois wrote: > Le 06/04/10 18:02, Dirk Eddelbuett

[Rcpp-devel] Static linking of Rcpp

2010-04-08 Thread Dan Kulp
It seems on MacOS the default flags in the RInside/examples/standard/Makefile have the "-framework R" flag and won't compile without it. Why do I need this if I am already providing libRcpp.a and libRInside.a ? I'd like to be able to build a program that I can distribute to a computer that does n

[Rcpp-devel] 64-bit libRcpp.a on 32-bit MacOS

2010-08-26 Thread Dan Kulp
Hello, I was wondering what the simplest route to building a 64-bit libRcpp.a library, when running 10.5.8 32-bit. ( sysctl hw.cpu64bit_capable returns 1 ). R CMD INSTALL Rcpp_.tar.gz installs a 32-bit library (I think). I tried looking into the source, but didn't see a configure or Makefi

Re: [Rcpp-devel] 64-bit libRcpp.a on 32-bit MacOS

2010-08-26 Thread Dan Kulp
I should be able to build a 64-bit binary on this OS. R CMD INSTALL however uses -arch i386 by default.. would you know how to send compile flags to the R CMD INSTALL system? Thanks, Dan On Thu, Aug 26, 2010 at 9:38 AM, Dirk Eddelbuettel wrote: > > On 26 August 2010 at 09:16, Dan Kulp