* installing *source* package 'float' ... ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 12.3.0' using Fortran compiler: 'GNU Fortran (GCC) 12.3.0' gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -I../inst/include/ -I./windows/ -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c NA.c -o NA.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -I../inst/include/ -I./windows/ -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c backsolve.c -o backsolve.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -I../inst/include/ -I./windows/ -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c binary.c -o binary.o binary.c: In function 'add_matvec': binary.c:9:36: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:9:36: note: in definition of macro 'ERR_DIMS' 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:222:3: note: in expansion of macro 'BINOP_MATVEC' 222 | BINOP_MATVEC(x, y, +); | ^~~~~~~~~~~~ binary.c:9:93: note: format string is defined here 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ~~^ | | | long int | %lld binary.c: In function 'mul_matvec': binary.c:9:36: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:9:36: note: in definition of macro 'ERR_DIMS' 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:264:3: note: in expansion of macro 'BINOP_MATVEC' 264 | BINOP_MATVEC(x, y, *); | ^~~~~~~~~~~~ binary.c:9:93: note: format string is defined here 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ~~^ | | | long int | %lld binary.c: In function 'sub_matvec': binary.c:9:36: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:9:36: note: in definition of macro 'ERR_DIMS' 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:305:3: note: in expansion of macro 'BINOP_MATVEC' 305 | BINOP_MATVEC(x, y, -); | ^~~~~~~~~~~~ binary.c:9:93: note: format string is defined here 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ~~^ | | | long int | %lld binary.c: In function 'sub_vecmat': binary.c:9:36: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:9:36: note: in definition of macro 'ERR_DIMS' 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:310:3: note: in expansion of macro 'BINOP_VECMAT' 310 | BINOP_VECMAT(x, y, -); | ^~~~~~~~~~~~ binary.c:9:93: note: format string is defined here 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ~~^ | | | long int | %lld binary.c: In function 'div_matvec': binary.c:9:36: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:9:36: note: in definition of macro 'ERR_DIMS' 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:352:3: note: in expansion of macro 'BINOP_MATVEC' 352 | BINOP_MATVEC(x, y, /); | ^~~~~~~~~~~~ binary.c:9:93: note: format string is defined here 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ~~^ | | | long int | %lld binary.c: In function 'div_vecmat': binary.c:9:36: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:9:36: note: in definition of macro 'ERR_DIMS' 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:357:3: note: in expansion of macro 'BINOP_VECMAT' 357 | BINOP_VECMAT(x, y, /); | ^~~~~~~~~~~~ binary.c:9:93: note: format string is defined here 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ~~^ | | | long int | %lld binary.c: In function 'pow_matvec': binary.c:9:36: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:9:36: note: in definition of macro 'ERR_DIMS' 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:9:93: note: format string is defined here 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ~~^ | | | long int | %lld binary.c: In function 'pow_vecmat': binary.c:9:36: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:9:36: note: in definition of macro 'ERR_DIMS' 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:9:93: note: format string is defined here 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ~~^ | | | long int | %lld binary.c: In function 'lt_matvec': binary.c:9:36: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:9:36: note: in definition of macro 'ERR_DIMS' 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:521:3: note: in expansion of macro 'COMPARE_MATVEC' 521 | COMPARE_MATVEC(x, y, <); | ^~~~~~~~~~~~~~ binary.c:9:93: note: format string is defined here 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ~~^ | | | long int | %lld binary.c: In function 'lt_vecmat': binary.c:9:36: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:9:36: note: in definition of macro 'ERR_DIMS' 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:526:3: note: in expansion of macro 'COMPARE_VECMAT' 526 | COMPARE_VECMAT(x, y, <); | ^~~~~~~~~~~~~~ binary.c:9:93: note: format string is defined here 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ~~^ | | | long int | %lld binary.c: In function 'le_matvec': binary.c:9:36: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:9:36: note: in definition of macro 'ERR_DIMS' 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:568:3: note: in expansion of macro 'COMPARE_MATVEC' 568 | COMPARE_MATVEC(x, y, <=); | ^~~~~~~~~~~~~~ binary.c:9:93: note: format string is defined here 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ~~^ | | | long int | %lld binary.c: In function 'le_vecmat': binary.c:9:36: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:9:36: note: in definition of macro 'ERR_DIMS' 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:573:3: note: in expansion of macro 'COMPARE_VECMAT' 573 | COMPARE_VECMAT(x, y, <=); | ^~~~~~~~~~~~~~ binary.c:9:93: note: format string is defined here 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ~~^ | | | long int | %lld binary.c: In function 'eq_matvec': binary.c:9:36: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:9:36: note: in definition of macro 'ERR_DIMS' 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:614:3: note: in expansion of macro 'COMPARE_MATVEC' 614 | COMPARE_MATVEC(x, y, ==); | ^~~~~~~~~~~~~~ binary.c:9:93: note: format string is defined here 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ~~^ | | | long int | %lld binary.c: In function 'eq_vecmat': binary.c:9:36: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:9:36: note: in definition of macro 'ERR_DIMS' 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:619:3: note: in expansion of macro 'COMPARE_VECMAT' 619 | COMPARE_VECMAT(x, y, ==); | ^~~~~~~~~~~~~~ binary.c:9:93: note: format string is defined here 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ~~^ | | | long int | %lld binary.c: In function 'gt_matvec': binary.c:9:36: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:9:36: note: in definition of macro 'ERR_DIMS' 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:661:3: note: in expansion of macro 'COMPARE_MATVEC' 661 | COMPARE_MATVEC(x, y, >); | ^~~~~~~~~~~~~~ binary.c:9:93: note: format string is defined here 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ~~^ | | | long int | %lld binary.c: In function 'gt_vecmat': binary.c:9:36: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:9:36: note: in definition of macro 'ERR_DIMS' 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:666:3: note: in expansion of macro 'COMPARE_VECMAT' 666 | COMPARE_VECMAT(x, y, >); | ^~~~~~~~~~~~~~ binary.c:9:93: note: format string is defined here 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ~~^ | | | long int | %lld binary.c: In function 'ge_matvec': binary.c:9:36: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:9:36: note: in definition of macro 'ERR_DIMS' 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:707:3: note: in expansion of macro 'COMPARE_MATVEC' 707 | COMPARE_MATVEC(x, y, >=); | ^~~~~~~~~~~~~~ binary.c:9:93: note: format string is defined here 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ~~^ | | | long int | %lld binary.c: In function 'ge_vecmat': binary.c:9:36: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:9:36: note: in definition of macro 'ERR_DIMS' 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:712:3: note: in expansion of macro 'COMPARE_VECMAT' 712 | COMPARE_VECMAT(x, y, >=); | ^~~~~~~~~~~~~~ binary.c:9:93: note: format string is defined here 9 | #define ERR_DIMS(dimprod,nr) error("dims [product %zu] do not match the length of object [%ld]\n", dimprod, nr) | ~~^ | | | long int | %lld gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -I../inst/include/ -I./windows/ -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c chol.c -o chol.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -I../inst/include/ -I./windows/ -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c chol2inv.c -o chol2inv.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -I../inst/include/ -I./windows/ -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c colSums.c -o colSums.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -I../inst/include/ -I./windows/ -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c cond.c -o cond.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -I../inst/include/ -I./windows/ -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c converters.c -o converters.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -I../inst/include/ -I./windows/ -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c crossprod.c -o crossprod.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -I../inst/include/ -I./windows/ -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c eigen.c -o eigen.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -I../inst/include/ -I./windows/ -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c extremes.c -o extremes.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -I../inst/include/ -I./windows/ -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c float_native.c -o float_native.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -I../inst/include/ -I./windows/ -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c isSymmetric.c -o isSymmetric.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -I../inst/include/ -I./windows/ -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c machine.c -o machine.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -I../inst/include/ -I./windows/ -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c math.c -o math.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -I../inst/include/ -I./windows/ -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c matmult.c -o matmult.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -I../inst/include/ -I./windows/ -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c norm.c -o norm.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -I../inst/include/ -I./windows/ -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c qr.c -o qr.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -I../inst/include/ -I./windows/ -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c rand.c -o rand.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -I../inst/include/ -I./windows/ -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c scale.c -o scale.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -I../inst/include/ -I./windows/ -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sign.c -o sign.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -I../inst/include/ -I./windows/ -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c solve.c -o solve.o solve.c: In function 'R_solve_spmspm': solve.c:120:19: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] 120 | error("'b' (%ld x %d) must be compatible with 'a' (%d x %d)\n", NROWS(y), nrhs, m, n); | ~~^ | | | long int | %lld gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -I../inst/include/ -I./windows/ -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sum.c -o sum.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -I../inst/include/ -I./windows/ -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c svd.c -o svd.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -I../inst/include/ -I./windows/ -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sweep.c -o sweep.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -I../inst/include/ -I./windows/ -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c xpose.c -o xpose.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -I../inst/include/ -I./windows/ -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c utils/matmult.c -o utils/matmult.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -I../inst/include/ -I./windows/ -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c utils/symmetrize.c -o utils/symmetrize.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -I../inst/include/ -I./windows/ -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c utils/xpose.c -o utils/xpose.o gfortran -fopenmp -O2 -msse2 -mfpmath=sse -pedantic -O2 -mfpmath=sse -msse2 -mstackrealign -c slapack_wrap.f -o slapack_wrap.o gcc -shared -s -static-libgcc -o float.dll tmp.def NA.o backsolve.o binary.o chol.o chol2inv.o colSums.o cond.o converters.o crossprod.o eigen.o extremes.o float_native.o isSymmetric.o machine.o math.o matmult.o norm.o qr.o rand.o scale.o sign.o solve.o sum.o svd.o sweep.o xpose.o utils/matmult.o utils/symmetrize.o utils/xpose.o slapack_wrap.o -llapack -lblas -lgfortran -lm -lquadmath -fopenmp -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -lgfortran -lm -lquadmath -LD:/RCompile/recent/R/bin/x64 -lR ar crs libfloat.a NA.o backsolve.o binary.o chol.o chol2inv.o colSums.o cond.o converters.o crossprod.o eigen.o extremes.o float_native.o isSymmetric.o machine.o math.o matmult.o norm.o qr.o rand.o scale.o sign.o solve.o sum.o svd.o sweep.o xpose.o utils/matmult.o utils/symmetrize.o utils/xpose.o slapack_wrap.o ranlib libfloat.a installing via 'install.libs.R' to d:/RCompile/CRANincoming/R-devel/lib/00LOCK-float/00new/float ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading Creating a generic function for 'backsolve' from package 'base' in package 'float' Creating a generic function for 'forwardsolve' from package 'base' in package 'float' Creating a generic function for 'chol2inv' from 'base' in package 'float' (from the saved implicit definition) Creating a generic function for 'chol2inv' from package 'base' in package 'float' Creating a generic function for 'colSums' from package 'base' in package 'float' Creating a generic function for 'rowSums' from package 'base' in package 'float' Creating a generic function for 'colMeans' from package 'base' in package 'float' Creating a generic function for 'rowMeans' from package 'base' in package 'float' Creating a generic function for 'rcond' from 'base' in package 'float' (from the saved implicit definition) Creating a generic function for 'rcond' from package 'base' in package 'float' Creating a generic function for 'typeof' from package 'base' in package 'float' Creating a generic function for 'storage.mode' from package 'base' in package 'float' Creating a generic function for 'diag' from package 'base' in package 'float' Creating a generic function for 'nrow' from package 'base' in package 'float' Creating a generic function for 'ncol' from package 'base' in package 'float' Creating a generic function for 'NROW' from package 'base' in package 'float' Creating a generic function for 'NCOL' from package 'base' in package 'float' Creating a generic function for 'eigen' from package 'base' in package 'float' Creating a generic function for 'which.min' from package 'base' in package 'float' Creating a generic function for 'which.max' from package 'base' in package 'float' Creating a generic function for 'rownames' from package 'base' in package 'float' Creating a generic function for 'rownames<-' from package 'base' in package 'float' Creating a generic function for 'colnames' from package 'base' in package 'float' Creating a generic function for 'colnames<-' from package 'base' in package 'float' Creating a generic function for 'norm' from package 'base' in package 'float' Creating a generic function for 'qr.Q' from package 'base' in package 'float' Creating a generic function for 'qr.R' from package 'base' in package 'float' Creating a generic function for 'qr.qy' from package 'base' in package 'float' Creating a generic function for 'qr.qty' from package 'base' in package 'float' Creating a generic function for 'La.svd' from package 'base' in package 'float' Creating a generic function for 'svd' from 'base' in package 'float' (from the saved implicit definition) Creating a generic function for 'svd' from package 'base' in package 'float' Creating a generic function for 'sweep' from package 'base' in package 'float' ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (float)