Re: [Rd] Using Rtools with gcc 4.8.3

2015-02-15 Thread Qiang Kou
Hi, Duncan, I think I can have a try. Upgrading shouldn't be that hard. But I think I need the source for current version of Rtools, the link[1] on website doesn't work any more. Best wishes, KK [1] http://cran.r-project.org/bin/windows/Rtools/sources-tools On Sun, Oct 5, 2014 at 8:29 AM,

[Rd] Using Rtools with gcc 4.8.3

2014-10-05 Thread Jeroen Ooms
I started working on some R bindings for mongo-c-driver [1]. The C library compiles fine on Ubuntu Trusty (gcc 4.8.2) and osx (clang), however on my windows machine (gcc 4.6.3 from Rtools 3.1) it fails with: 'INIT_ONCE_STATIC_INIT' undeclared. Google suggests that this might be a problem in older

Re: [Rd] Using Rtools with gcc 4.8.3

2014-10-05 Thread Uwe Ligges
On 05.10.2014 12:20, Jeroen Ooms wrote: I started working on some R bindings for mongo-c-driver [1]. The C library compiles fine on Ubuntu Trusty (gcc 4.8.2) and osx (clang), however on my windows machine (gcc 4.6.3 from Rtools 3.1) it fails with: 'INIT_ONCE_STATIC_INIT' undeclared. Google

Re: [Rd] Using Rtools with gcc 4.8.3

2014-10-05 Thread Gabor Grothendieck
On Sun, Oct 5, 2014 at 6:51 AM, Uwe Ligges lig...@statistik.tu-dortmund.de wrote: On 05.10.2014 12:20, Jeroen Ooms wrote: I started working on some R bindings for mongo-c-driver [1]. The C library compiles fine on Ubuntu Trusty (gcc 4.8.2) and osx (clang), however on my windows machine (gcc

Re: [Rd] Using Rtools with gcc 4.8.3

2014-10-05 Thread Romain François
Le 5 oct. 2014 à 13:14, Gabor Grothendieck ggrothendi...@gmail.com a écrit : On Sun, Oct 5, 2014 at 6:51 AM, Uwe Ligges lig...@statistik.tu-dortmund.de wrote: On 05.10.2014 12:20, Jeroen Ooms wrote: I started working on some R bindings for mongo-c-driver [1]. The C library compiles

Re: [Rd] Using Rtools with gcc 4.8.3

2014-10-05 Thread Romain François
Le 5 oct. 2014 à 13:56, Romain François rom...@r-enthusiasts.com a écrit : Le 5 oct. 2014 à 13:14, Gabor Grothendieck ggrothendi...@gmail.com a écrit : On Sun, Oct 5, 2014 at 6:51 AM, Uwe Ligges lig...@statistik.tu-dortmund.de wrote: On 05.10.2014 12:20, Jeroen Ooms wrote: I

Re: [Rd] Using Rtools with gcc 4.8.3

2014-10-05 Thread Duncan Murdoch
On 05/10/2014, 6:20 AM, Jeroen Ooms wrote: I started working on some R bindings for mongo-c-driver [1]. The C library compiles fine on Ubuntu Trusty (gcc 4.8.2) and osx (clang), however on my windows machine (gcc 4.6.3 from Rtools 3.1) it fails with: 'INIT_ONCE_STATIC_INIT' undeclared. Google

Re: [Rd] Using Rtools with gcc 4.8.3

2014-10-05 Thread Jeroen Ooms
On Sun, Oct 5, 2014 at 2:29 PM, Duncan Murdoch murdoch.dun...@gmail.com wrote: No, but I'd like to update Rtools to use the new compiler. Have you got some time to help with that? Sure I'm not exactly a windows expert but I'll help where I can (and it seems others on the list are willing to