Re: [Rd] shlib problems with Intel compiler

2015-04-22 Thread Martyn Plummer
I was assuming that R was configured with --enable-R-shlib but if that's not the case then you don't need it. Martyn > On 22 Apr 2015, at 18:40, Andy Jacobson (NOAA Affiliate) > wrote: > > Hi Martyn, > > Thanks for your insight, that seems pretty direct. Unfortunately, I did not > compile

Re: [Rd] shlib problems with Intel compiler

2015-04-22 Thread Andy Jacobson (NOAA Affiliate)
Hi Martyn, Thanks for your insight, that seems pretty direct. Unfortunately, I did not compile this version of R (it's on a large supercomputer system and this version of R was installed by the admins). Using "R CMD config", I see the following relevant settings: DYLIB_LD = icc -std=gnu99 DY

Re: [Rd] shlib problems with Intel compiler

2015-04-22 Thread Martyn Plummer
On Tue, 2015-04-21 at 11:46 -0600, Andy Jacobson (NOAA Affiliate) wrote: > Hi, > > I'm encountering trouble compiling caTools_1.17.1.tar.gz and > e1071_1.6-4.tar.gz on a Linux system using the Intel compiler suite. > 14 other packages I generally use installed without any trouble. I > notice both

[Rd] shlib problems with Intel compiler

2015-04-21 Thread Andy Jacobson (NOAA Affiliate)
Hi, I'm encountering trouble compiling caTools_1.17.1.tar.gz and e1071_1.6-4.tar.gz on a Linux system using the Intel compiler suite. 14 other packages I generally use installed without any trouble. I notice both of these trouble packages have a C++ component, so I wonder if that might be the