search for: wingw

Displaying 2 results from an estimated 2 matches for "wingw".

Did you mean: mingw
2010 May 06
2
help on compile r-2.10.0 on 64 bit window
Hi, I tried to compile R-2.10.0 src on 64 bit window. After install Rtools and wingw-w64 compiler and put it the first of my PATH variable, but i got the following error when i tried to compile. Anything I missed? thank you. x86_64-w64-mingw32-gcc -std=gnu99 -I../include -I. -I../extra -DHAVE_CONFIG_H -D R_DLL_BUILD -O3 -Wall -pedantic -DR_ARCH='"x64"' -c ma...
2005 Apr 27
1
dyn.load(), DLL, Fortran, TLNise software
....src into R using source("c/TLNisemv1.src") to load the R functions. But when I tried to load the shared library using the dyn.load() function I got an error message: Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library "c:/programmi/wingw/programs/tlnisemv1.dll": So I decided to build a DLL from the source file "tlnisemv1.f". For doing this, I first typed "g77 --shared -o tlnisemv1.dll tlnisemv.f" using g77 (from MinGW). Then I edited TLNisemv1.src to point to my copy of "tlnisemv1.dll". But...