Re: [R] Compiling C-code in Windows

2011-05-31 Thread Smith, Dale
.com www.fiserv.com -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Duncan Murdoch Sent: Tuesday, May 31, 2011 12:33 PM To: Mike Marchywka Cc: r-h...@stat.math.ethz.ch; pmi...@ff.uns.ac.rs Subject: Re: [R] Compiling C-code in Windows

Re: [R] Compiling C-code in Windows

2011-05-31 Thread Duncan Murdoch
On 11-05-31 12:24 PM, Mike Marchywka wrote: Date: Tue, 31 May 2011 11:37:56 -0400 From: murdoch.dun...@gmail.com To: tom.osb...@iinet.net.au CC: r-h...@stat.math.ethz.ch; pmi...@ff.uns.ac.rs Subject: Re: [R] Compiling C-code in Windows On 31/05/2011

Re: [R] Compiling C-code in Windows

2011-05-31 Thread Mike Marchywka
> Date: Tue, 31 May 2011 11:37:56 -0400 > From: murdoch.dun...@gmail.com > To: tom.osb...@iinet.net.au > CC: r-h...@stat.math.ethz.ch; pmi...@ff.uns.ac.rs > > On 31/05/2011 7:50 AM, Tom Osborn wrote: > > You could use cygwin's cc/gcc, or the Watcom open

Re: [R] Compiling C-code in Windows

2011-05-31 Thread Duncan Murdoch
On 31/05/2011 7:50 AM, Tom Osborn wrote: You could use cygwin's cc/gcc, or the Watcom opensource compiler. Neither of those is supported. Use what the R Admin manual suggests, or you're on your own. Duncan Murdoch [Watcom used to be a commercial compiler which ceased and has become an ope

Re: [R] Compiling C-code in Windows

2011-05-31 Thread Tom Osborn
You could use cygwin's cc/gcc, or the Watcom opensource compiler. [Watcom used to be a commercial compiler which ceased and has become an open project]. But listen to people who've experienced the options. [Not I]. Cheers, Tom. - Original Message - From: Petar Milin To: R-HELP S

Re: [R] Compiling C-code in Windows

2011-05-31 Thread Andreas Borg
Hi Petar, did you install the toolset (Rtools) for compiling code for R in windows? See http://cran.r-project.org/doc/manuals/R-admin.html#The-Windows-toolset and http://www.murdoch-sutherland.com/Rtools/ Please, can anyone help me with this? Can I use: 'R CMD SHLIB --output=trial.dll C:\t

Re: [R] Compiling C-code in Windows

2011-05-31 Thread Duncan Murdoch
On 31/05/2011 7:43 AM, Petar Milin wrote: Hello ALL! I am an Linux user (Debian testing i386), with very dusty Win-experience. Nevertheless, my colleagues and I are making some package in R, and I built C-routines to speed up things. I followed instruction how to compile C for R (very useful link