* installing *source* package 'RcppDPR' ... ** this is package 'RcppDPR' version '0.1.4' ** using staged installation ********************************************** WARNING: this package has a configure script It probably needs manual configuration ********************************************** ** libs using C++ compiler: 'g++.exe (GCC) 13.3.0' g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppGSL/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppGSL/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c api.cpp -o api.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppGSL/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ldr.cpp -o ldr.o ldr.cpp: In function 'gibbs_without_u_screen_NS::Result gibbs_without_u_screen_NS::gibbs_without_u_screen(const arma::mat&, const arma::vec&, const arma::mat&, const arma::vec&, const arma::vec&, const arma::vec&, const arma::vec&, double, size_t, size_t, size_t, bool)': ldr.cpp:332:20: warning: ISO C++ forbids variable length array 'mult_prob' [-Wvla] 332 | double mult_prob[n_k]; | ^~~~~~~~~ ldr.cpp:333:17: warning: ISO C++ forbids variable length array 'mult_no' [-Wvla] 333 | int mult_no[n_k]; | ^~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppGSL/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c lmm.cpp -o lmm.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppGSL/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c random_sampling.cpp -o random_sampling.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppGSL/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c root_solver.cpp -o root_solver.o root_solver.cpp: In function 'double solve_root_brent(root_solver::function, void*, double, double, size_t, double, double)': root_solver.cpp:52:12: warning: 'root' may be used uninitialized [-Wmaybe-uninitialized] 52 | return root; | ^~~~ root_solver.cpp:38:12: note: 'root' was declared here 38 | double root; | ^~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppGSL/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c utils.cpp -o utils.o g++ -std=gnu++17 -shared -s -static-libgcc -o RcppDPR.dll tmp.def RcppExports.o api.o ldr.o lmm.o random_sampling.o root_solver.o utils.o -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: api.o:api.cpp:(.text+0xb77): undefined reference to `dsyrk_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: api.o:api.cpp:(.text+0xc75): undefined reference to `ddot_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: api.o:api.cpp:(.text+0x14b1): undefined reference to `dgemv_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: api.o:api.cpp:(.text+0x188e): undefined reference to `dgemv_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: api.o:api.cpp:(.text+0x22ab): undefined reference to `dgemv_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: api.o:api.cpp:(.text+0x2412): undefined reference to `dgemv_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: api.o:api.cpp:(.text+0x2a77): undefined reference to `dgemv_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: api.o:api.cpp:(.text+0x2b55): more undefined references to `dgemv_' follow D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: api.o:api.cpp:(.text.hot+0x2ab): undefined reference to `dgemm_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: api.o:api.cpp:(.text.hot+0x3ba): undefined reference to `dgemv_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: api.o:api.cpp:(.text.hot+0x7d6): undefined reference to `dsyrk_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: api.o:api.cpp:(.text$_ZN4arma6auxlib7eig_symIdEEbRNS_3ColIT_EERNS_3MatIS3_EERKS7_[_ZN4arma6auxlib7eig_symIdEEbRNS_3ColIT_EERNS_3MatIS3_EERKS7_]+0x1b4): undefined reference to `dsyev_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: api.o:api.cpp:(.text$_ZN4arma6auxlib10eig_sym_dcIdEEbRNS_3ColIT_EERNS_3MatIS3_EERKS7_[_ZN4arma6auxlib10eig_sym_dcIdEEbRNS_3ColIT_EERNS_3MatIS3_EERKS7_]+0x21e): undefined reference to `dsyevd_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: api.o:api.cpp:(.text$_ZN4arma6auxlib10eig_sym_dcIdEEbRNS_3ColIT_EERNS_3MatIS3_EERKS7_[_ZN4arma6auxlib10eig_sym_dcIdEEbRNS_3ColIT_EERNS_3MatIS3_EERKS7_]+0x355): undefined reference to `dsyevd_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: api.o:api.cpp:(.text$_ZN4arma10glue_times5applyIdLb1ELb0ELb1ENS_3MatIdEES3_EEvRNS2_IT_EERKT3_RKT4_S4_[_ZN4arma10glue_times5applyIdLb1ELb0ELb1ENS_3MatIdEES3_EEvRNS2_IT_EERKT3_RKT4_S4_]+0x18f): undefined reference to `dgemm_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: api.o:api.cpp:(.text$_ZN4arma10glue_times5applyIdLb1ELb0ELb1ENS_3MatIdEES3_EEvRNS2_IT_EERKT3_RKT4_S4_[_ZN4arma10glue_times5applyIdLb1ELb0ELb1ENS_3MatIdEES3_EEvRNS2_IT_EERKT3_RKT4_S4_]+0x2a3): undefined reference to `dgemv_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: api.o:api.cpp:(.text$_ZN4arma10glue_times5applyIdLb1ELb0ELb1ENS_3MatIdEES3_EEvRNS2_IT_EERKT3_RKT4_S4_[_ZN4arma10glue_times5applyIdLb1ELb0ELb1ENS_3MatIdEES3_EEvRNS2_IT_EERKT3_RKT4_S4_]+0x6b0): undefined reference to `dsyrk_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: ldr.o:ldr.cpp:(.text+0xd08): undefined reference to `ddot_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: ldr.o:ldr.cpp:(.text+0x1214): undefined reference to `ddot_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: ldr.o:ldr.cpp:(.text+0x158c): undefined reference to `ddot_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: ldr.o:ldr.cpp:(.text+0x670c): undefined reference to `ddot_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: ldr.o:ldr.cpp:(.text+0x6741): undefined reference to `ddot_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: ldr.o:ldr.cpp:(.text+0x6a70): more undefined references to `ddot_' follow D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: ldr.o:ldr.cpp:(.text.hot+0x271b): undefined reference to `dgemm_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: ldr.o:ldr.cpp:(.text.hot+0x282a): undefined reference to `dgemv_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: ldr.o:ldr.cpp:(.text.hot+0x2c46): undefined reference to `dsyrk_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: ldr.o:ldr.cpp:(.text.hot+0x323c): undefined reference to `dgemv_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: ldr.o:ldr.cpp:(.text.hot+0x3379): undefined reference to `dgemv_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: ldr.o:ldr.cpp:(.text.hot+0x34ca): undefined reference to `dgemv_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: ldr.o:ldr.cpp:(.text.hot+0x37cc): undefined reference to `dgemv_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: ldr.o:ldr.cpp:(.text.hot+0x3903): undefined reference to `dgemv_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: ldr.o:ldr.cpp:(.text.hot+0x3a5a): more undefined references to `dgemv_' follow D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: ldr.o:ldr.cpp:(.text$_ZN4arma6op_dot5applyINS_3ColIdEES3_EENT_9elem_typeERKS4_RKT0_[_ZN4arma6op_dot5applyINS_3ColIdEES3_EENT_9elem_typeERKS4_RKT0_]+0xb8): undefined reference to `ddot_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: ldr.o:ldr.cpp:(.text$_ZN4arma6op_dot5applyINS_11subview_rowIdEES3_EENT_9elem_typeERKS4_RKT0_[_ZN4arma6op_dot5applyINS_11subview_rowIdEES3_EENT_9elem_typeERKS4_RKT0_]+0x1cc): undefined reference to `ddot_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: lmm.o:lmm.cpp:(.text+0x48b): undefined reference to `ddot_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: lmm.o:lmm.cpp:(.text+0x813): undefined reference to `ddot_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: lmm.o:lmm.cpp:(.text+0xcd3): undefined reference to `ddot_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: lmm.o:lmm.cpp:(.text+0x82de): undefined reference to `dgemv_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: lmm.o:lmm.cpp:(.text+0x8eba): undefined reference to `dgemv_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: lmm.o:lmm.cpp:(.text+0x92cd): undefined reference to `dtrtri_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: lmm.o:lmm.cpp:(.text+0x972a): undefined reference to `dtrtrs_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: lmm.o:lmm.cpp:(.text.hot+0x8ab): undefined reference to `dgemm_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: lmm.o:lmm.cpp:(.text.hot+0x9ba): undefined reference to `dgemv_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: lmm.o:lmm.cpp:(.text.hot+0xdd6): undefined reference to `dsyrk_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: lmm.o:lmm.cpp:(.text$_ZN4arma6auxlib7inv_symIdEEbRNS_3MatIT_EE[_ZN4arma6auxlib7inv_symIdEEbRNS_3MatIT_EE]+0xd6): undefined reference to `dsytrf_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: lmm.o:lmm.cpp:(.text$_ZN4arma6auxlib7inv_symIdEEbRNS_3MatIT_EE[_ZN4arma6auxlib7inv_symIdEEbRNS_3MatIT_EE]+0x118): undefined reference to `dsytri_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: lmm.o:lmm.cpp:(.text$_ZN4arma6auxlib7inv_symIdEEbRNS_3MatIT_EE[_ZN4arma6auxlib7inv_symIdEEbRNS_3MatIT_EE]+0x2aa): undefined reference to `dsytrf_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: lmm.o:lmm.cpp:(.text$_ZN4arma6auxlib3invIdEEbRNS_3MatIT_EE[_ZN4arma6auxlib3invIdEEbRNS_3MatIT_EE]+0x96): undefined reference to `dgetrf_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: lmm.o:lmm.cpp:(.text$_ZN4arma6auxlib3invIdEEbRNS_3MatIT_EE[_ZN4arma6auxlib3invIdEEbRNS_3MatIT_EE]+0xf9): undefined reference to `dgetri_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: lmm.o:lmm.cpp:(.text$_ZN4arma6auxlib3invIdEEbRNS_3MatIT_EE[_ZN4arma6auxlib3invIdEEbRNS_3MatIT_EE]+0x1ec): undefined reference to `dgetri_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: lmm.o:lmm.cpp:(.text$_ZN4arma6auxlib16solve_approx_svdINS_3MatIdEEEEbRNS2_INT_8pod_typeEEES7_RKNS_4BaseIS5_S4_EE[_ZN4arma6auxlib16solve_approx_svdINS_3MatIdEEEEbRNS2_INT_8pod_typeEEES7_RKNS_4BaseIS5_S4_EE]+0x402): undefined reference to `ilaenv_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: lmm.o:lmm.cpp:(.text$_ZN4arma6auxlib16solve_approx_svdINS_3MatIdEEEEbRNS2_INT_8pod_typeEEES7_RKNS_4BaseIS5_S4_EE[_ZN4arma6auxlib16solve_approx_svdINS_3MatIdEEEEbRNS2_INT_8pod_typeEEES7_RKNS_4BaseIS5_S4_EE]+0x535): undefined reference to `dgelsd_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: lmm.o:lmm.cpp:(.text$_ZN4arma6auxlib16solve_approx_svdINS_3MatIdEEEEbRNS2_INT_8pod_typeEEES7_RKNS_4BaseIS5_S4_EE[_ZN4arma6auxlib16solve_approx_svdINS_3MatIdEEEEbRNS2_INT_8pod_typeEEES7_RKNS_4BaseIS5_S4_EE]+0x673): undefined reference to `dgelsd_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: lmm.o:lmm.cpp:(.text$_ZN4arma6auxlib17solve_sympd_rcondINS_3MatIdEEEEbRNS2_INT_8pod_typeEEERbRS5_S7_RKNS_4BaseIS5_S4_EE[_ZN4arma6auxlib17solve_sympd_rcondINS_3MatIdEEEEbRNS2_INT_8pod_typeEEERbRS5_S7_RKNS_4BaseIS5_S4_EE]+0x176): undefined reference to `dlansy_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: lmm.o:lmm.cpp:(.text$_ZN4arma6auxlib17solve_sympd_rcondINS_3MatIdEEEEbRNS2_INT_8pod_typeEEERbRS5_S7_RKNS_4BaseIS5_S4_EE[_ZN4arma6auxlib17solve_sympd_rcondINS_3MatIdEEEEbRNS2_INT_8pod_typeEEERbRS5_S7_RKNS_4BaseIS5_S4_EE]+0x19f): undefined reference to `dpotrf_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: lmm.o:lmm.cpp:(.text$_ZN4arma6auxlib17solve_sympd_rcondINS_3MatIdEEEEbRNS2_INT_8pod_typeEEERbRS5_S7_RKNS_4BaseIS5_S4_EE[_ZN4arma6auxlib17solve_sympd_rcondINS_3MatIdEEEEbRNS2_INT_8pod_typeEEERbRS5_S7_RKNS_4BaseIS5_S4_EE]+0x1e3): undefined reference to `dpotrs_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: lmm.o:lmm.cpp:(.text$_ZN4arma6auxlib17solve_sympd_rcondINS_3MatIdEEEEbRNS2_INT_8pod_typeEEERbRS5_S7_RKNS_4BaseIS5_S4_EE[_ZN4arma6auxlib17solve_sympd_rcondINS_3MatIdEEEEbRNS2_INT_8pod_typeEEERbRS5_S7_RKNS_4BaseIS5_S4_EE]+0x2a7): undefined reference to `dpocon_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: lmm.o:lmm.cpp:(.text$_ZN4arma6auxlib18solve_square_rcondINS_3MatIdEEEEbRNS2_INT_9elem_typeEEERNS4_8pod_typeES7_RKNS_4BaseIS5_S4_EE[_ZN4arma6auxlib18solve_square_rcondINS_3MatIdEEEEbRNS2_INT_9elem_typeEEERNS4_8pod_typeES7_RKNS_4BaseIS5_S4_EE]+0x159): undefined reference to `dlange_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: lmm.o:lmm.cpp:(.text$_ZN4arma6auxlib18solve_square_rcondINS_3MatIdEEEEbRNS2_INT_9elem_typeEEERNS4_8pod_typeES7_RKNS_4BaseIS5_S4_EE[_ZN4arma6auxlib18solve_square_rcondINS_3MatIdEEEEbRNS2_INT_9elem_typeEEERNS4_8pod_typeES7_RKNS_4BaseIS5_S4_EE]+0x186): undefined reference to `dgetrf_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: lmm.o:lmm.cpp:(.text$_ZN4arma6auxlib18solve_square_rcondINS_3MatIdEEEEbRNS2_INT_9elem_typeEEERNS4_8pod_typeES7_RKNS_4BaseIS5_S4_EE[_ZN4arma6auxlib18solve_square_rcondINS_3MatIdEEEEbRNS2_INT_9elem_typeEEERNS4_8pod_typeES7_RKNS_4BaseIS5_S4_EE]+0x245): undefined reference to `dgetrs_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: lmm.o:lmm.cpp:(.text$_ZN4arma6auxlib18solve_square_rcondINS_3MatIdEEEEbRNS2_INT_9elem_typeEEERNS4_8pod_typeES7_RKNS_4BaseIS5_S4_EE[_ZN4arma6auxlib18solve_square_rcondINS_3MatIdEEEEbRNS2_INT_9elem_typeEEERNS4_8pod_typeES7_RKNS_4BaseIS5_S4_EE]+0x313): undefined reference to `dgecon_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: lmm.o:lmm.cpp:(.text$_ZN4arma6auxlib23solve_band_rcond_commonINS_3MatIdEEEEbRNS2_INT_9elem_typeEEERNS4_8pod_typeERKS6_jjRKNS_4BaseIS5_S4_EE[_ZN4arma6auxlib23solve_band_rcond_commonINS_3MatIdEEEEbRNS2_INT_9elem_typeEEERNS4_8pod_typeERKS6_jjRKNS_4BaseIS5_S4_EE]+0x32b): undefined reference to `dgbtrf_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: lmm.o:lmm.cpp:(.text$_ZN4arma6auxlib23solve_band_rcond_commonINS_3MatIdEEEEbRNS2_INT_9elem_typeEEERNS4_8pod_typeERKS6_jjRKNS_4BaseIS5_S4_EE[_ZN4arma6auxlib23solve_band_rcond_commonINS_3MatIdEEEEbRNS2_INT_9elem_typeEEERNS4_8pod_typeERKS6_jjRKNS_4BaseIS5_S4_EE]+0x3a3): undefined reference to `dgbtrs_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: lmm.o:lmm.cpp:(.text$_ZN4arma6auxlib23solve_band_rcond_commonINS_3MatIdEEEEbRNS2_INT_9elem_typeEEERNS4_8pod_typeERKS6_jjRKNS_4BaseIS5_S4_EE[_ZN4arma6auxlib23solve_band_rcond_commonINS_3MatIdEEEEbRNS2_INT_9elem_typeEEERNS4_8pod_typeERKS6_jjRKNS_4BaseIS5_S4_EE]+0x4d1): undefined reference to `dgbcon_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: lmm.o:lmm.cpp:(.text$_ZN4arma6auxlib12rcond_trimatIdEET_RKNS_3MatIS2_EEj[_ZN4arma6auxlib12rcond_trimatIdEET_RKNS_3MatIS2_EEj]+0x101): undefined reference to `dtrcon_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: lmm.o:lmm.cpp:(.text$_ZN4arma6auxlib16solve_rect_rcondINS_3MatIdEEEEbRNS2_INT_9elem_typeEEERNS4_8pod_typeES7_RKNS_4BaseIS5_S4_EE[_ZN4arma6auxlib16solve_rect_rcondINS_3MatIdEEEEbRNS2_INT_9elem_typeEEERNS4_8pod_typeES7_RKNS_4BaseIS5_S4_EE]+0x31f): undefined reference to `dgels_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: lmm.o:lmm.cpp:(.text$_ZN4arma6auxlib16solve_rect_rcondINS_3MatIdEEEEbRNS2_INT_9elem_typeEEERNS4_8pod_typeES7_RKNS_4BaseIS5_S4_EE[_ZN4arma6auxlib16solve_rect_rcondINS_3MatIdEEEEbRNS2_INT_9elem_typeEEERNS4_8pod_typeES7_RKNS_4BaseIS5_S4_EE]+0x5fe): undefined reference to `dgels_' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: root_solver.o:root_solver.cp:(.text+0x8a): undefined reference to `gsl_set_error_handler' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: root_solver.o:root_solver.cp:(.text+0x99): undefined reference to `gsl_root_fsolver_alloc' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: root_solver.o:root_solver.cp:(.text+0xc5): undefined reference to `gsl_root_fsolver_set' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: root_solver.o:root_solver.cp:(.text+0xed): undefined reference to `gsl_root_fsolver_iterate' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: root_solver.o:root_solver.cp:(.text+0xf5): undefined reference to `gsl_root_fsolver_root' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: root_solver.o:root_solver.cp:(.text+0x101): undefined reference to `gsl_root_fsolver_x_lower' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: root_solver.o:root_solver.cp:(.text+0x10d): undefined reference to `gsl_root_fsolver_x_upper' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: root_solver.o:root_solver.cp:(.text+0x124): undefined reference to `gsl_root_test_interval' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: root_solver.o:root_solver.cp:(.text+0x131): undefined reference to `gsl_root_fsolver_free' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: root_solver.o:root_solver.cp:(.text+0x138): undefined reference to `gsl_set_error_handler' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: root_solver.o:root_solver.cp:(.text+0x1d7): undefined reference to `gsl_set_error_handler' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: root_solver.o:root_solver.cp:(.text+0x1e6): undefined reference to `gsl_root_fdfsolver_alloc' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: root_solver.o:root_solver.cp:(.text+0x20e): undefined reference to `gsl_root_fdfsolver_set' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: root_solver.o:root_solver.cp:(.text+0x253): undefined reference to `gsl_root_fdfsolver_iterate' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: root_solver.o:root_solver.cp:(.text+0x25b): undefined reference to `gsl_root_fdfsolver_root' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: root_solver.o:root_solver.cp:(.text+0x271): undefined reference to `gsl_root_test_delta' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: root_solver.o:root_solver.cp:(.text+0x283): undefined reference to `gsl_root_fdfsolver_free' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: root_solver.o:root_solver.cp:(.text+0x28a): undefined reference to `gsl_set_error_handler' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: root_solver.o:root_solver.cp:(.text+0xb): undefined reference to `gsl_stream_printf' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: root_solver.o:root_solver.cp:(.text+0x18): undefined reference to `gsl_set_error_handler' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: root_solver.o:root_solver.cp:(.text+0x23): undefined reference to `gsl_set_error_handler' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: root_solver.o:root_solver.cp:(.rdata$.refptr.gsl_root_fdfsolver_newton[.refptr.gsl_root_fdfsolver_newton]+0x0): undefined reference to `gsl_root_fdfsolver_newton' D:\rtools44\x86_64-w64-mingw32.static.posix\bin/ld.exe: root_solver.o:root_solver.cp:(.rdata$.refptr.gsl_root_fsolver_brent[.refptr.gsl_root_fsolver_brent]+0x0): undefined reference to `gsl_root_fsolver_brent' collect2.exe: error: ld returned 1 exit status no DLL was created ERROR: compilation failed for package 'RcppDPR' * removing 'd:/RCompile/CRANincoming/R-devel/lib/RcppDPR'