Re: [R] Problem building dll in R-2-15-1

2012-07-24 Thread peter dalgaard
On Jul 24, 2012, at 20:24 , Uwe Ligges wrote: > > > On 24.07.2012 13:11, Le Roux, NJ, Prof wrote: >> >> I am using R-2-15-1 with latest version of RTools under Windows 7 on a 64bit >> machine. When trying to build a dll from a simple test program matm.f I get >> the following error: >> >>

Re: [R] Problem building dll in R-2-15-1

2012-07-24 Thread Uwe Ligges
On 24.07.2012 13:11, Le Roux, NJ, Prof wrote: I am using R-2-15-1 with latest version of RTools under Windows 7 on a 64bit machine. When trying to build a dll from a simple test program matm.f I get the following error: R CMD SHLIB matm.f gfortran -O3 -mtune=core2 -c matm.f -o ma

[R] Problem building dll in R-2-15-1

2012-07-24 Thread Le Roux, NJ, Prof
I am using R-2-15-1 with latest version of RTools under Windows 7 on a 64bit machine. When trying to build a dll from a simple test program matm.f I get the following error: > R CMD SHLIB matm.f gfortran -O3 -mtune=core2 -c matm.f -o matm.o f951.exe: out of memory allocating 312 bytes