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 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 jump in as well) ___

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. Goo

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 a écrit : > > Le 5 oct. 2014 à 13:14, Gabor Grothendieck a écrit : > >> On Sun, Oct 5, 2014 at 6:51 AM, Uwe Ligges >> wrote: >>> >>> >>> On 05.10.2014 12:20, Jeroen Ooms wrote: I started working on some R bindings for mongo-c-driver [1]. T

Re: [Rd] Using Rtools with gcc 4.8.3

2014-10-05 Thread Romain François
Le 5 oct. 2014 à 13:14, Gabor Grothendieck a écrit : > On Sun, Oct 5, 2014 at 6:51 AM, Uwe Ligges > 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 os

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 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 4.6.3 from Rtools 3.

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 sug

[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