search for: mingw_64

Displaying 20 results from an estimated 33 matches for "mingw_64".

Did you mean: mingw64
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/../../../.....
2016 Jul 28
0
Creating shared object with BASE in EXPORTS on Windows
...Ubuntu. Minimal examples: //////////////////////////////////////// This code builds fine //////////////////////////////////////// void base(int *nin, double *x) { int n = nin[0]; int i; for (i=0; i<n; i++) x[i] = x[i] * x[i]; } system("R CMD SHLIB foo.c --preclean") c:/Rtools/mingw_64/bin/gcc -I"C:/PROGRA~1/R/R-33~1.1/include" -DNDEBUG -I"d:/Compiler/gcc-4.9.3/local330/include" -O2 -Wall -std=gnu99 -mtune=core2 -c foo.c -o foo.o c:/Rtools/mingw_64/bin/gcc -shared -s -static-libgcc -o foo.dll tmp.def foo.o -Ld:/Compiler/gcc-4.9.3/local330/lib/x64 -Ld:...
2016 Aug 02
0
Creating shared object with BASE in EXPORTS on Windows
...//////////////////// > This code builds fine > //////////////////////////////////////// > void base(int *nin, double *x) { > int n = nin[0]; > int i; > for (i=0; i<n; i++) x[i] = x[i] * x[i]; > } > > system("R CMD SHLIB foo.c --preclean") > c:/Rtools/mingw_64/bin/gcc -I"C:/PROGRA~1/R/R-33~1.1/include" > -DNDEBUG -I"d:/Compiler/gcc-4.9.3/local330/include" -O2 -Wall > -std=gnu99 -mtune=core2 -c foo.c -o foo.o > c:/Rtools/mingw_64/bin/gcc -shared -s -static-libgcc -o foo.dll > tmp.def foo.o -Ld:/Compiler/gcc-4.9.3/l...
2019 May 29
2
R pkg install should fail for unsuccessful DLL copy on windows?
.../x-gzip' length 2837289 bytes (2.7 MB) ================================================== downloaded 2.7 MB * installing *source* package 'penaltyLearning' ... ** package 'penaltyLearning' successfully unpacked and MD5 sums checked ** using staged installation ** libs c:/Rtools/mingw_64/bin/g++ -std=gnu++11 -I"C:/PROGRA~1/R/R-36~1.0/include" -DNDEBUG -O2 -Wall -mtune=generic -c interface.cpp -o interface.o c:/Rtools/mingw_64/bin/g++ -std=gnu++11 -I"C:/PROGRA~1/R/R-36~1.0/include" -DNDEBUG -O2 -Wall -mtune=generic -c largestContinuousMinimu...
2019 May 30
2
R pkg install should fail for unsuccessful DLL copy on windows?
...zip' length 2837289 bytes (2.7 MB) ================================================== downloaded 2.7 MB * installing *source* package 'penaltyLearning' ... ** package 'penaltyLearning' successfully unpacked and MD5 sums checked ** using non-staged installation ** libs c:/Rtools/mingw_64/bin/g++ -std=gnu++11 -I"C:/PROGRA~1/R/R-36~1.0/include" -DNDEBUG -O2 -Wall -mtune=generic -c interface.cpp -o interface.o c:/Rtools/mingw_64/bin/g++ -std=gnu++11 -I"C:/PROGRA~1/R/R-36~1.0/include" -DNDEBUG -O2 -Wall -mtune=generic -c largestContinuousMinimu...
2019 May 30
0
R pkg install should fail for unsuccessful DLL copy on windows?
...gt; ================================================== > downloaded 2.7 MB > > * installing *source* package 'penaltyLearning' ... > ** package 'penaltyLearning' successfully unpacked and MD5 sums checked > ** using non-staged installation > ** libs > c:/Rtools/mingw_64/bin/g++ -std=gnu++11 -I"C:/PROGRA~1/R/R-36~1.0/include" > -DNDEBUG -O2 -Wall -mtune=generic -c interface.cpp -o interface.o > c:/Rtools/mingw_64/bin/g++ -std=gnu++11 -I"C:/PROGRA~1/R/R-36~1.0/include" > -DNDEBUG -O2 -Wall -mtune=generic -c largestC...
2019 May 31
2
R pkg install should fail for unsuccessful DLL copy on windows?
...==================== > > downloaded 2.7 MB > > > > * installing *source* package 'penaltyLearning' ... > > ** package 'penaltyLearning' successfully unpacked and MD5 sums checked > > ** using non-staged installation > > ** libs > > c:/Rtools/mingw_64/bin/g++ -std=gnu++11 > -I"C:/PROGRA~1/R/R-36~1.0/include" > > -DNDEBUG -O2 -Wall -mtune=generic -c interface.cpp -o > interface.o > > c:/Rtools/mingw_64/bin/g++ -std=gnu++11 > -I"C:/PROGRA~1/R/R-36~1.0/include" > > -DNDEBUG -O2 -Wa...
2016 Jul 07
0
Error building Tcl: R-patched_2016-07-05
On 07/07/2016 5:47 PM, Avraham Adler wrote: > 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-mingw...
2016 Apr 03
2
File 1 is not in sorted order Error
Hi, I'm trying to build R on windows and i'm getting the following error when i run the "make all recommended" command: C:/Rtools/mingw_64/bin/windres -F pe-x86-64 -i dllversion.rc -o dllversion.o comm: file 1 is not in sorted order make[4]: *** [Rgraphapp.def] Error 1 make[3]: *** [rlibs] Error 1 make[2]: *** [../../bin/x64/R.dll] Error 2 make[1]: *** [rbuild] Error 2 make: *** [all] Error 2 Can someone please help me figure out...
2020 Mar 29
1
[BULK] Re: status of Java & rJava?
...ge 'rJava' ... ** package 'rJava' successfully unpacked and MD5 sums checked ** using staged installation Generate Windows-specific files (src/jvm-w32) ... make: Entering directory '/Users/spenc/AppData/Local/Temp/RtmpQbnYkA/R.INSTALL8ec5478248a/rJava/src/jvm-w32' c:/Rtools/mingw_64/bin/dlltool --as c:/Rtools/mingw_64/bin/as --input-def jvm64.def --kill-at --dllname jvm.dll --output-lib libjvm.dll.a c:/Rtools/mingw_64/bin/gcc? -O2 -c -o findjava.o findjava.c c:/Rtools/mingw_64/bin/gcc? -s -o findjava.exe findjava.o make: Leaving directory '/Users/spenc/AppData/Local/Temp...
2019 May 30
0
R pkg install should fail for unsuccessful DLL copy on windows?
...MB) > ================================================== > downloaded 2.7 MB > > * installing *source* package 'penaltyLearning' ... > ** package 'penaltyLearning' successfully unpacked and MD5 sums checked > ** using staged installation > ** libs > c:/Rtools/mingw_64/bin/g++ -std=gnu++11 -I"C:/PROGRA~1/R/R-36~1.0/include" > -DNDEBUG -O2 -Wall -mtune=generic -c interface.cpp -o interface.o > c:/Rtools/mingw_64/bin/g++ -std=gnu++11 -I"C:/PROGRA~1/R/R-36~1.0/include" > -DNDEBUG -O2 -Wall -mtune=generic -c largestC...
2018 Jan 26
2
utils::install.packages with quiet=TRUE fails for source packages on Windows
...mmand : chr "C:/PROGRA~1/R/R-34~1.3/bin/x64/R" env : chr(0) input : NULL invisible : logi TRUE minimized : logi FALSE stderr : chr "" stdin : chr "" stdout : chr "" wait : logi TRUE * installing *source* package 'partDF' ... ** libs c:/Rtools/mingw_64/bin/gcc -I"C:/PROGRA~1/R/R-34~1.3/include" -DNDEBUG -O2 -Wall -std=gnu99 -mtune=generic -c partDF.c -o partDF.o c:/Rtools/mingw_64/bin/gcc -shared -s -static-libgcc -o partDF.dll tmp.def partDF.o -LC:/PROGRA~1/R/R-34~1.3/bin/x64 -lR installing to C:/Users/askers/AppData/Local/...
2018 Feb 13
2
R Compilation gets stuck on Windows 64
...extra/tzone/libtz.a ../extra/tre/libtre.a > -fopenmp -L. -lgfortran -lquadmath -lRblas -L../../lib -lRgraphapp -lRiconv > -lcomctl32 -lversion -L"D:/R64/extsoft"/lib/x64 -lpcre -lz -lbz2 -llzma > -L"D:/home/ICU"/lib/x64 -lsicuin -lsicuuc -lsicudt -lstdc++ > 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 returned 1 exit status > make[4]: *** [R.dll] Error 1 > make[3]: *** [../../bin/x64/R.dll] Error 2 > make[2]: *** [rbuild] Error 2 > make[1]: ***...
2018 Mar 01
0
Small program embedding R crashes in 64 bits
...ngw_32/bin/g++ -O3 -Wall -pedantic -IP:/R/R-3.4.3/include -c testr.cpp -o testr.o P:/Rtools/mingw_32/bin/g++ -o ./32.exe ./testr.o -LP:/R/R-3.4.3/bin/i386 -lR -lRgraphapp Results in: C:\test> 32.exe > a Error: object 'a' not found > # it works! But compiling in 64 bits: P:/Rtools/mingw_64/bin/g++ -O3 -Wall -pedantic -IP:/R/R-3.4.3/include -c testr.cpp -o testr.o P:/Rtools/mingw_64/bin/g++ -o ./64.exe ./testr.o -LP:/R/R-3.4.3/bin/x64 -lR -lRgraphapp Fails like this: C:\test> 64.exe > b <- 1 > b [1] 1 > a Error: object 'a' not found <Program crashes with 0xC...
2018 Jan 26
1
utils::install.packages with quiet=TRUE fails for source packages on Windows
...NULL >> invisible : logi TRUE >> minimized : logi FALSE >> stderr : chr "" >> stdin : chr "" >> stdout : chr "" >> wait : logi TRUE >> * installing *source* package 'partDF' ... >> ** libs >> c:/Rtools/mingw_64/bin/gcc -I"C:/PROGRA~1/R/R-34~1.3/include" -DNDEBUG -O2 -Wall -std=gnu99 -mtune=generic -c partDF.c -o partDF.o >> c:/Rtools/mingw_64/bin/gcc -shared -s -static-libgcc -o partDF.dll tmp.def partDF.o -LC:/PROGRA~1/R/R-34~1.3/bin/x64 -lR >> installing to C:/Users/asker...
2018 Jan 26
0
utils::install.packages with quiet=TRUE fails for source packages on Windows
...t; > env :? chr(0) > input :? NULL > invisible :? logi TRUE > minimized :? logi FALSE > stderr :? chr "" > stdin :? chr "" > stdout :? chr "" > wait :? logi TRUE > * installing *source* package 'partDF' ... > ** libs > c:/Rtools/mingw_64/bin/gcc? -I"C:/PROGRA~1/R/R-34~1.3/include" -DNDEBUG > ?????? -O2 -Wall? -std=gnu99 -mtune=generic -c partDF.c -o partDF.o > c:/Rtools/mingw_64/bin/gcc -shared -s -static-libgcc -o partDF.dll > tmp.def partDF.o -LC:/PROGRA~1/R/R-34~1.3/bin/x64 -lR > installing to C:/Users/a...
2018 Feb 09
2
R Compilation gets stuck on Windows 64
On Fri, Feb 9, 2018 at 9:29 AM, Kenny Bell <kmbell56 at gmail.com> wrote: > I suggest that you work off the build process in the rwinlib repository so > you are starting from something that you know works and already incorporates > the set of dependencies you need. Hello, Kenny. For what it's worth I've been successfully building R+OpenBLAS on Windows64 since 2013, which
2020 Mar 10
4
R CMD INSTALL cannot recognize full path on Windows
...ess on R3.6.2 but failed on R4.0 > 4. Rstudio running devtool::install: Success on both > > Now the problem becomes more intricate. I have no idea which one goes > wrong. Here are the details of my test results, I hope it can be helpful: > > *Command line:* > 1. "C:\Rtools\mingw_64\bin\mingw32-make.exe" -f example-master/src/Makevars > test1 is [1] 0.2039269 0.1454402 0.1578401 > test2 is [1] 0.1919521 0.9257183 0.2130247 > test3 is [1] 0.06255174 0.27555363 0.72737111 > mingw32-make: *** No targets. Stop. > > 2. "C:\Program Files\R\R-3.6.2\bin\R&...
2020 Mar 28
5
status of Java & rJava?
Hello, All: ????? Is Java being deprecated for R? ????? I ask, because I've been unable to get rJava 0.9-11 to work under either macOS 10.15 or Windows 10, and I can't get rJava 0.9-12 to install -- and my Ecfun package uses it:?? I can't get "R CMD build Ecfun" to work on my Mac nor "R CMD check Ecfun_0.2-4" under Windows.? Travis CI builds
2018 Feb 13
2
R Compilation gets stuck on Windows 64
...;> > -fopenmp -L. -lgfortran -lquadmath -lRblas -L../../lib -lRgraphapp >> -lRiconv >> > -lcomctl32 -lversion -L"D:/R64/extsoft"/lib/x64 -lpcre -lz -lbz2 -llzma >> > -L"D:/home/ICU"/lib/x64 -lsicuin -lsicuuc -lsicudt -lstdc++ >> > 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 returned 1 exit status >> > make[4]: *** [R.dll] Error 1 >> > make[3]: *** [../../bin/x64/R.dll] Error 2 >&gt...