search for: bin64

Displaying 14 results from an estimated 14 matches for "bin64".

Did you mean: win64
2016 Jul 07
2
Error building Tcl: R-patched_2016-07-05
I am trying to build R under 64bit Windows7. I am using a fresh install of Rtools34 and R-patched_2016-07-05. I am getting the following error: C:/Rtools/mingw_64/bin/gcc -shared -s -static-libgcc -o tcltk.dll tmp.def init.o tcltk.o tcltk_win.o ../../../gnuwin32/dllversion.o -L../../../../Tcl/bin64 -ltc l85 -ltk85 -LC:/R/RLocalSoft/lib/x64 -LC:/R/RLocalSoft/lib -L../../../../bin/x64 -lR C:/Rtools/mingw_64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.3/../../../../x86_64-w6 4-mingw32/bin/ld.exe: cannot find -ltcl85 C:/Rtools/mingw_64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.3/../../../../x86_64-w6 4-mi...
2016 May 17
2
R-3.3.0 Base: Windows compilation fails while building 'base' package
Hi, I'm trying to builda R-3.3.0 base package on Windows 8.1, and it fails while building 'base' package with an error about unable to create a directory under /tmp. I am running the make from my D:\ partition, and I have created a \TMP directory under both C:\ and D:\. I have also modified my environment variables TEMP and TMP both point to C:\TMP. Error messages below: gfortran
2016 Jul 07
0
Error building Tcl: R-patched_2016-07-05
...R under 64bit Windows7. I am using a fresh > install of Rtools34 and R-patched_2016-07-05. I am getting the > following error: > > C:/Rtools/mingw_64/bin/gcc -shared -s -static-libgcc -o tcltk.dll tmp.def init.o > tcltk.o tcltk_win.o ../../../gnuwin32/dllversion.o -L../../../../Tcl/bin64 -ltc > l85 -ltk85 -LC:/R/RLocalSoft/lib/x64 -LC:/R/RLocalSoft/lib -L../../../../bin/x64 > -lR > C:/Rtools/mingw_64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.3/../../../../x86_64-w6 > 4-mingw32/bin/ld.exe: cannot find -ltcl85 > C:/Rtools/mingw_64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.3/....
2012 Aug 13
3
creation of package failed
....0\library. However, when I check the package, I get another error message, stating "ERROR: compilation failed for package". I use a 64 bit computer. Before attempting the installation, I had created the following path: PATH = C:\R\R-2.15.0\bin\x64; c:\R\Rtools\bin; C:\R\Rtools\gcc-4.6.3\bin64; C:\MiKTeX\miktex\miktex\bin; c:\windows; c:\windows\system32; C:\Windows\SysWOW64; C:\Program Files (x86)\Inno Setup 5. I have re-installed today the most recent version of Rtools. Does anyone have an idea what is going wrong here? Laurent Franckx, PhD Expert VITO NV Boeretang 200, 2400 MOL, Be...
2012 Sep 17
1
LoadLibrary failure: : %1 is not a valid Win32 application although arch x64 has been specified
..., I have problems loading a library in the 64 version of R. The following happens: · I have a file, equildistC.cpp, which contains a few lines of C++ code. · I have compiled the file using the following commands: PATH = c:\Rtools\bin;C:\Rtools\gcc-4.6.3\bin;C:\Rtools\gcc-4.6.3\bin64;C:\Rtools\gcc-4.6.3\i686-w64-mingw32;C:\R-2.15.1\bin\i386;C:\R-2.15.1\bin\x64;c:\windows;c:\windows\system32;C:\Windows\SysWOW64 R --arch x64 CMD SHLIB equildistC.cpp · I have received no messages indicating problem during compilation, and both the equildistC.o and the equildistC.dll have...
2018 Feb 09
3
R Compilation gets stuck on Windows 64
...me/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 # WIX3DIR = C:/packages/WiX3.5/bin # set to 1 for a non-ele...
2012 Dec 17
1
Problems with building R from sources
.../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:/packages/WiX3.5/bin # set to 1 for a non-elevated per...
2011 Feb 08
1
Compiling a Tcl extension for an R package
Dear R developers, I plan to upload a first version of my R package RnavGraph to the R CRAN server in a week or two. However I'm still struggling with an image resizing function written in C as a tcl extension. I did all my development in Ubuntu, and everything works fine in Ubuntu, however my attempts to compile this C function under Windows or OSX have all failed. I provide a minimal self
2015 Mar 09
5
Notes on building a gcc toolchain for Rtools (but not multilib)
...he 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 building MSI installer =========== ------------------------...
2018 Feb 09
0
R Compilation gets stuck on Windows 64
...talled (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 > # WIX3DIR = C:/pac...
2015 Mar 09
0
Notes on building a gcc toolchain for Rtools (but not multilib)
...t 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 building MSI in...
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
2013 Apr 10
3
windows compile R from source, where do I put the Tcl directory?
Hi, I am trying to compile R from source on Windows. I am following the instructions here 3.1 Building from source 3 Installing R under Windows file:///F:/ProgramFiles/R/R-2.15.3/doc/manual/R-admin.html It only says,? " The Tcl/Tk support files are contained in Rtools30.exe and? available as .zips from http://www.stats.ox.ac.uk/pub/Rtools.? Please make sure you install the right version:
2018 Feb 09
1
R Compilation gets stuck on Windows 64
...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...