search for: local330

Displaying 7 results from an estimated 7 matches for "local330".

2016 Jul 28
0
Creating shared object with BASE in EXPORTS on Windows
...////////////////////////// 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:/Compiler/gcc-4.9.3/local330/lib -LC:/PROGRA~1/R/R-33~1.1/bin/x64 -lR ////////////////////////////////////...
2016 Aug 02
0
Creating shared object with BASE in EXPORTS on Windows
...t *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:/Compiler/gcc-4.9.3/local330/lib -LC:/PROGRA~1/R/R-33~1.1/bin/x64 > -lR > //////...
2017 Jun 03
3
cygwin1.dll problems when installing packages from source
...packed and MD5 sums checked ** libs *** arch - i386 c:/Rtools/mingw_32/bin/g++ -std=gnu++11 -I"C:/R/R-34~1.0/include" -I. -I../inst/include -IBmath -Imath/cephes -DNO_BOOST_THREADS -DNO_BOOST_FILESYSTEM -DADD_ -DRLANGUAGE -I"C:/RownLib/BH/include" -I"d:/Compiler/gcc-4.9.3/local330/include" -O2 -Wall -mtune=core2 -c Models/Bart/Bart.cpp -o Models/Bart/Bart.o 0 [main] make (3304) c:\Rtools\bin\make.exe: *** fatal error - cygheap base mismatch detected - 0xD57408/0xC47408. This problem is probably due to using incompatible versions of the cygwin DLL. Search for...
2017 Jun 03
2
cygwin1.dll problems when installing packages from source
...*** arch - i386 >> c:/Rtools/mingw_32/bin/g++ -std=gnu++11 -I"C:/R/R-34~1.0/include" >> -I. -I../inst/include -IBmath -Imath/cephes -DNO_BOOST_THREADS >> -DNO_BOOST_FILESYSTEM -DADD_ -DRLANGUAGE -I"C:/RownLib/BH/include" >> -I"d:/Compiler/gcc-4.9.3/local330/include" -O2 -Wall -mtune=core2 >> -c Models/Bart/Bart.cpp -o Models/Bart/Bart.o >> 0 [main] make (3304) c:\Rtools\bin\make.exe: *** fatal error - >> cygheap base mismatch detected - 0xD57408/0xC47408. >> This problem is probably due to using incompatible ver...
2017 Jun 03
0
cygwin1.dll problems when installing packages from source
...* libs > > *** arch - i386 > c:/Rtools/mingw_32/bin/g++ -std=gnu++11 -I"C:/R/R-34~1.0/include" > -I. -I../inst/include -IBmath -Imath/cephes -DNO_BOOST_THREADS > -DNO_BOOST_FILESYSTEM -DADD_ -DRLANGUAGE -I"C:/RownLib/BH/include" > -I"d:/Compiler/gcc-4.9.3/local330/include" -O2 -Wall -mtune=core2 > -c Models/Bart/Bart.cpp -o Models/Bart/Bart.o > 0 [main] make (3304) c:\Rtools\bin\make.exe: *** fatal error - > cygheap base mismatch detected - 0xD57408/0xC47408. > This problem is probably due to using incompatible versions of the cyg...
2017 Jun 03
0
cygwin1.dll problems when installing packages from source
...> c:/Rtools/mingw_32/bin/g++ -std=gnu++11 -I"C:/R/R-34~1.0/include" > -I. -I../inst/include -IBmath -Imath/cephes -DNO_BOOST_THREADS > -DNO_BOOST_FILESYSTEM -DADD_ -DRLANGUAGE -I"C:/RownLib/BH/include" > -I"d:/Compiler/gcc-4.9.3/local330/include" -O2 -Wall > -mtune=core2 > -c Models/Bart/Bart.cpp -o Models/Bart/Bart.o > 0 [main] make (3304) c:\Rtools\bin\make.exe: *** fatal error - > cygheap base mismatch detected - 0xD57408/0xC47408. > This problem is probably d...
2017 Mar 19
3
Experimental CXX_STD problem in R 3.4
C++ support across different platforms is now very heterogeneous. The standard is evolving rapidly but there are also platforms in current use that do not support the recent iterations of the standard. Our goal for R 3.4.0 is to give as much flexibility as possible. The default compiler is whatever you get "out of the box" without setting the "-std=" flag. This means different