Displaying 2 results from an estimated 2 matches for "local215".
Did you mean:
local1
2012 Dec 24
1
How to ensure -O3 on Win64
...o change
mv $(SHLIB) datatable$(SHLIB_EXT) # no change
====
but -O2 still appears in winbuilder's install.out (after -O3, and I
believe the last -O is the one that counts) :
gcc -m64 -I"D:/RCompile/recent/R-2.15.2/include" -DNDEBUG
-I"d:/Rcompile/CRANpkg/extralibs215/local215/include" -O3 -O2 -Wall
-std=gnu99 -mtune=core2 -c dogroups.c -o dogroups.o
How can I ensure that data.table is compiled with -O3 on Win64?
Thanks, Matthew
2014 Jul 22
1
Problems with building a private R-package with Fortran source under Windows
...01FD.o TG01FZ.o TG01HD.o
TG01HX.o TG01HY.o TG01ID.o TG01JD.o TG01JY.o TG01WD.o UD01BD.o UD01CD.o UD01DD.o UD01MD.o UD01MZ.o UD01ND.o UE01MD.o
delctg.o select.o
-LD:/RCompile/recent/R-3.1.1/bin/i386 -lRlapack -LD:/RCompile/recent/R-3.1.1/bin/i386 -lRblas
-lgfortran -Ld:/Rcompile/CRANpkg/extralibs215/local215/lib/i386 -Ld:/Rcompile/CRANpkg/extralibs215/local215/lib
-lgfortran -LD:/RCompile/recent/R-3.1.1/bin/i386 -lR
AB08NZ.o:AB08NZ.f:(.text+0x658): undefined reference to `ztzrzf_'
AB08NZ.o:AB08NZ.f:(.text+0x78f): undefined reference to `zunmrz_'
AB08NZ.o:AB08NZ.f:(.text+0x150e): undefined refer...