search for: dlls32

Displaying 8 results from an estimated 8 matches for "dlls32".

2018 Feb 09
3
R Compilation gets stuck on Windows 64
...5.[34].x was installed. Spaces allowed. ISDIR = D:/home/inno5 # optional location where qpdf was installed (in $(QPDF)/bin). Spaces allowed. QPDF = D:/home/qpdf/bin # home of 32-bit files for combined installer on 64-bit build # HOME32 = # Full paths of extra DLLs that need to be shipped # e.g # DLLs32 = c:/R/bin/pthreadGC2-w32.dll # DLLs64 = c:/R/bin64/pthreadGC2-w64.dll # DLLs32 = # DLLs64 = ## ====== configuration macros for building MSI installer =========== # location where WiX 3.x executables were installed. Spaces allowed. # The MSI uses '/bin': other packagings may not # WIX3DI...
2012 Dec 17
1
Problems with building R from sources
...5.[34].x was installed. Spaces allowed. ISDIR=E:/dev/Inno # optional location where qpdf was installed (in $(QPDF)/bin). Spaces allowed. QPDF= E:/dev/qpdf/qpdf-3.0.2/ # home of 32-bit files for combined installer on 64-bit build HOME32= # Full paths of extra DLLs that need to be shipped # e.g # DLLs32 = c:/R/bin/pthreadGC2-w32.dll # DLLs64 = c:/R/bin64/pthreadGC2-w64.dll DLLs32 = DLLs64 = ## ====== configuration macros for building MSI installer =========== # location where WiX 3.x executables were installed. Spaces allowed. # The MSI uses '/bin': other packagings may not WIX3DIR=C:/pa...
2015 Mar 09
5
Notes on building a gcc toolchain for Rtools (but not multilib)
...# 32- or 64-bit Windows? # WIN = 32 +WIN = 64 # The gcc 4.9.2 64 bit toolchain is set up for the 'medium code' model and needs # to remove the .refptr entries from the exports list; this is the default @@ -135,12 +137,12 @@ # Full paths of extra DLLs that need to be shipped # e.g # DLLs32 = c:/R/bin/pthreadGC2-w32.dll -# DLLs64 = c:/R/bin64/pthreadGC2-w64.dll +DLLs64 = c:/MinGW/bin/pthreadGC2.dll # DLLs32 = # DLLs64 = # Define this to 1 if using the gcc 4.9.2 toolchain with dynamic linking -# COPY_RUNTIME_DLLS = +COPY_RUNTIME_DLLS = 1 ## ====== configuration macros for buildin...
2018 Feb 09
0
R Compilation gets stuck on Windows 64
...ome/inno5 > > # optional location where qpdf was installed (in $(QPDF)/bin). Spaces > allowed. > QPDF = D:/home/qpdf/bin > > # home of 32-bit files for combined installer on 64-bit build > # HOME32 = > > # Full paths of extra DLLs that need to be shipped > # e.g > # DLLs32 = c:/R/bin/pthreadGC2-w32.dll > # DLLs64 = c:/R/bin64/pthreadGC2-w64.dll > # DLLs32 = > # DLLs64 = > > > ## ====== configuration macros for building MSI installer =========== > > # location where WiX 3.x executables were installed. Spaces allowed. > # The MSI uses '/b...
2015 Mar 09
0
Notes on building a gcc toolchain for Rtools (but not multilib)
...WIN = 64 > > # The gcc 4.9.2 64 bit toolchain is set up for the 'medium code' > model and needs > # to remove the .refptr entries from the exports list; this is the default > @@ -135,12 +137,12 @@ > # Full paths of extra DLLs that need to be shipped > # e.g > # DLLs32 = c:/R/bin/pthreadGC2-w32.dll > -# DLLs64 = c:/R/bin64/pthreadGC2-w64.dll > +DLLs64 = c:/MinGW/bin/pthreadGC2.dll > # DLLs32 = > # DLLs64 = > > # Define this to 1 if using the gcc 4.9.2 toolchain with dynamic linking > -# COPY_RUNTIME_DLLS = > +COPY_RUNTIME_DLLS = 1 >...
2018 Feb 09
2
R Compilation gets stuck on Windows 64
Hi All, I am trying to compile R from source on a 64 bit Windows. I have downloaded and installed all the third party software as per the R - documentation. The compilation starts fine and after a while it stops with the following error message: D:/Rtools/mingw_64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.3/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lRgraphapp collect2.exe: error: ld
2012 Nov 30
1
compiling R for Windows 64 bit
Dear All, I'm trying to compile R for Windows 64 bit. I'm following the instructions of R installation and administration guide v2.15.2 (3.1; A.3.1.4; C.2.2) and at the moment I compiled the default version (single threaded, gcc, without external BLAS) ?on my notebook (windows xp 32 bit) Now I'm trying to compile it on Windows servers 64 bit with the next configuration : 1. Windows
2018 Feb 09
1
R Compilation gets stuck on Windows 64
...ion where qpdf was installed (in $(QPDF)/bin). Spaces >> allowed. >> QPDF = D:/home/qpdf/bin >> >> # home of 32-bit files for combined installer on 64-bit build >> # HOME32 = >> >> # Full paths of extra DLLs that need to be shipped >> # e.g >> # DLLs32 = c:/R/bin/pthreadGC2-w32.dll >> # DLLs64 = c:/R/bin64/pthreadGC2-w64.dll >> # DLLs32 = >> # DLLs64 = >> >> >> ## ====== configuration macros for building MSI installer =========== >> >> # location where WiX 3.x executables were installed. Spaces allo...