Re: [Rd] R freezes under Windows while loading package

2006-05-03 Thread Seb
On Wed, 03 May 2006 10:22:39 -0400 Duncan Murdoch <[EMAIL PROTECTED]> wrote: > On 5/3/2006 10:14 AM, Sebastian Manz wrote: > > Hi, > > > > we build this R package using C++ code and under linux it works > > fine. After installing: > > - R version 2.2.1 > > - minGW gcc version 3.4.2 > > - perl ver

Re: [Rd] R freezes under Windows while loading package

2006-05-03 Thread Duncan Murdoch
On 5/3/2006 10:14 AM, Sebastian Manz wrote: > Hi, > > we build this R package using C++ code and under linux it works fine. > After installing: > - R version 2.2.1 > - minGW gcc version 3.4.2 > - perl version 5.8.8 > it finally compiled under Windows as well. But, if we try to load the > library,

[Rd] R freezes under Windows while loading package

2006-05-03 Thread Sebastian Manz
Hi, we build this R package using C++ code and under linux it works fine. After installing: - R version 2.2.1 - minGW gcc version 3.4.2 - perl version 5.8.8 it finally compiled under Windows as well. But, if we try to load the library, R freezes without stressing the CPU. Maybe someone had a simi