search for: extralibs64

Displaying 12 results from an estimated 12 matches for "extralibs64".

Did you mean: extralibs
2013 Apr 11
1
La_svd compiler error
...trying to compile a package for windows that we have written. Since R version 3.0.0 the package doesn't compile any more. (On Linux the package compiles without errors). The error specifically says: gcc -m32 -I"C:/PROGRA~1/R/R-30~1.0/include" -DNDEBUG -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c galgoDistance.c -o galgoDistance.o gcc -m32 -I"C:/PROGRA~1/R/R-30~1.0/include" -DNDEBUG -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c galgo_fitnesses.c -o galgo_fitnes...
2014 Feb 03
1
Fwd: linker issue
...t - what I believe - is a linker configuration issue. For example, using has_develop() gives the following message... > has_devel() "C:/PROGRA~1/R/R-30~1.2/bin/i386/R" --vanilla CMD SHLIB foo.c gcc -m32 -I"C:/PROGRA~1/R/R-30~1.2/include" -DNDEBUG -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c foo.c -o foo.o gcc -m32 -shared -s -static-libgcc -o foo.dll tmp.def foo.o -Ld:/RCompile/CRANpkg/extralibs64/local/lib/i386 -Ld:/RCompile/CRANpkg/extralibs64/local/lib -LC:/PROGRA~1/R/R-30~1.2/bin/i386 -lR collect2: ld returned 9 exit st...
2012 Oct 09
2
RMySQL install on windows
...off this warning. Consult the user's guide for more details about POSIX paths: http://cygwin.com/cygwin-ug-net/using.html#using-pathnames gcc -m64 -I"C:/PROGRA~1/R/R-215~1.1/include" -DNDEBUG -I"C:/Program Files/MySQL/MySQL Server 5.5"/include -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c RS-DBI.c -o RS-DBI.o RS-DBI.c: In function 'RS_na_set': RS-DBI.c:1219:11: warning: variable 'c' set but not used [-Wunused-but-set-variable] gcc -m64 -I"C:/PROGRA~1/R/R-215~1.1/include" -DNDEBUG -I"C:/Program...
2012 Jun 24
2
Win 64 package build - ERROR: loading failed for 'x64'
...t.dll tmp.def testR.o ../../../win32/test_win32.lib -lgfortran -LC:/PROGRA~1/R/R-215~1.0/bin/i386 -lR installing to C:/JohnsWork/test/make/R/test.Rcheck/test/libs/i386 *** arch - x64 gcc -m64 -I"C:/PROGRA~1/R/R-215~1.0/include" -DNDEBUG -I/JohnsWork/test/src -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c testR.c -o testR.o gcc -m64 -shared -s -static-libgcc -o test.dll tmp.def testR.o ../../../win64/test_win64.lib -lgfortran -Ld:/RCompile/CRANpkg/extralibs64/local/lib/x64 -Ld:/RCompile/CRANpkg/extralibs64/local/lib -LC:/PROGRA~1/R/R-215~...
2014 Sep 15
1
Debug an R windows (Fortran) DLL within R with gdb?
...outine (dll). On windows XP, how ?would I 'debug it(Fortran) within R' using gdb? This is how I made it. ---------------------- R CMD SHLIB main.f gfortran -m32 ? ? -O3 ?-mtune=core2 -c main.f -o main.o gcc -m32 -shared -s -static-libgcc -o main.dll tmp.def main.o -Ld:/RCompile/CRANpkg/extralibs64/local/lib/i386 -Ld:/RCompile/CRANpkg/extralibs64/local/lib -lgfortran -LF:/ProgramFiles/R/R-3.1.1/bin/i386 -lR Here is the contents of the file ?main.f ----------------------------------------- ? ? ? SUBROUTINE NGCD(NA, NB, NGCDO)? ? ? ? ? IA = NA ? ? ? ? IB = NB ? ? 1 ? IF (IB.NE.0) THEN ? ? ?...
2014 Oct 08
1
RCMD SHLIB problem in 64 bits
...gcc-4.6.3;C:\Program Files\R\R-3.1.1\bin\*x64*;", opened Cygwin again and typed "RCMD SHLIB Permutation.c" in Cygwin. Error message appeared on Cywin console. $ RCMD SHLIB Permutation.c gcc -m64 -shared -s -static-libgcc -o Permutation.dll tmp.def Permutation.o -Ld:/RCompile/CRANpkg/extralibs64/local/lib/x64 -Ld:/RCompile/CRANpkg/extralibs64/local/lib -LC:/PROGRA~1/R/R-31~1.1/bin/x64 -lR C:/PROGRA~1/R/R-31~1.1/bin/x64/R.dll: file not recognized: My version of R is the latest 3.1.1 and my Rtools is also the latest version 31 I am not sure why this is happening and I have been struggled a...
2012 May 03
1
Setting up a windows system for rcpp
...: } 35 : 36 : Compilation argument: C:/R_curr/R_2_15_0/bin/x64/R CMD SHLIB file10bc7da0783e.cpp 2> file10bc7da0783e.cpp.err.txt g++ -m64 -I"C:/R_curr/R_2_15_0/include" -DNDEBUG -I"C:/Users/Owe/Documents/R/win-library/2.15/Rcpp/include" -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -mtune=core2 -c file10bc7da0783e.cpp -o file10bc7da0783e.o g++ -m64 -shared -s -static-libgcc -o file10bc7da0783e.dll tmp.def file10bc7da0783e.o C:/Users/Owe/Documents/R/win-library/2.15/Rcpp/lib/x64/libRcpp.a -Ld:/RCompile/CRANpkg/extralibs64/local/lib/x64 -Ld:/R...
2012 May 18
1
Cannot Install Custom Package On Windows7 64-bit
...nvironment variable option "nodosfilewarning" turns off this warning Consult the user''s guide for more details about POSIX paths: http://cygwin.com/cygwin-ug-net/using.html#using-pathnames gcc -m64 -I"C:/R/R-2.15.0/include" -DNDEBUG -I"d:/RCompile/CRANpkg/extralibs64/local/include" -02 -Wall -std=gnu99 -mtune-core2 -c getLogFC.c -o getLogFC.o gcc: not found make: *** [getLogFC.o] Error 127 ERROR: compilation failed for package ''BMEA'' * removing ''C:/R/R-2.15.0/library/BMEA'' It looks to me like it can'...
2012 Oct 13
0
RS-MySQL.h:32:19: fatal error: mysql.h: No such file or directory
...off this warning. Consult the user's guide for more details about POSIX paths: http://cygwin.com/cygwin-ug-net/using.html#using-pathnames gcc -m64 -I"C:/PROGRA~1/R/R-215~1.0/include" -DNDEBUG -I"C:\wamp\bin\mysql\mysql5.5.16\bin"/include -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c RS-DBI.c -o RS-DBI.o RS-DBI.c: In function 'RS_na_set': RS-DBI.c:1219:11: warning: variable 'c' set but not used [-Wunused-but-set-variable] gcc -m64 -I"C:/PROGRA~1/R/R-215~1.0/include" -DNDEBUG -I"C:\wamp\...
2012 Oct 15
1
how to include --configure-args= in R CMD INSTALL
...off this warning. Consult the user's guide for more details about POSIX paths: http://cygwin.com/cygwin-ug-net/using.html#using-pathnames gcc -m64 -I"C:/PROGRA~1/R/R-214~1.2/include" -I"C:\Program Files\MySQL\MySQL Server 5.5\.;"/include -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c RS-DBI.c -o RS-DBI.o RS-DBI.c: In function 'RS_na_set': RS-DBI.c:1219:11: warning: variable 'c' set but not used [-Wunused-but-set-variable] gcc -m64 -I"C:/PROGRA~1/R/R-214~1.2/include" -I"C:\Program Files\...
2012 Apr 24
1
Compiling RMySQL on Win7 64bits RS-DBI.c:1:0: sorry, unimplemented: 64-bit mode not compiled in
...checked checking for $MYSQL_HOME... D:/MySQL/forR55 ** libs Warning: this package has a non-empty 'configure.win' file, so building only the main architecture gcc -m64 -I"D:/BenSave/R/R-215~1.0/include" -DNDEBUG -I"D:/MySQL/forR55"/include    -I"d:/RCompile/CRANpkg/extralibs64/local/include"     -O2 -Wall  -std=gnu99 -mtune=core2 -c RS-DBI.c -o RS-DBI.o RS-DBI.c:1:0: sorry, unimplemented: 64-bit mode not compiled in make: *** [RS-DBI.o] Error 1 ERROR: compilation failed for package 'RMySQL' * removing 'D:/BenSave/R/R-2.15.0/library/RMySQL' The downl...
2012 Jul 30
0
Unable to install gsl package
...************************************* WARNING: this package has a configure script It probably needs manual configuration ********************************************** ** libs gcc -m64 -I"C:/PROGRA~1/R/R-215~1.0/include" -DNDEBUG -I/include -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c airy.c -o airy.o airy.c:1: sorry, unimplemented: 64-bit mode not compiled in airy.c:1: error: bad value (core2) for -mtune= switch C:/PROGRA~1/R/R-215~1.0/etc/x64/Makeconf:172: recipe for target `airy.o' failed make: *** [airy.o] Err...