* installing *source* package 'Rmodule' ... ** using staged installation ** libs using C++ compiler: 'g++.exe (GCC) 12.2.0' g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/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.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c Rmodule.cpp -o Rmodule.o Rmodule.cpp: In function 'double apesOfWrath(double, const arma::mat&, double)': Rmodule.cpp:30:23: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 30 | for (i = 0; i < intervals.n_rows; i++) | ~~^~~~~~~~~~~~~~~~~~ Rmodule.cpp:44:14: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 44 | while (i < intervals.n_rows) | ~~^~~~~~~~~~~~~~~~~~ Rmodule.cpp:57:11: warning: 'loc' may be used uninitialized [-Wmaybe-uninitialized] 57 | i = loc - 1; | ~~^~~~~~~~~ Rmodule.cpp:28:13: note: 'loc' was declared here 28 | int loc, i; | ^~~ g++ -std=gnu++17 -shared -s -static-libgcc -o Rmodule.dll tmp.def RcppExports.o Rmodule.o -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR D:\rtools43\x86_64-w64-mingw32.static.posix\bin/ld.exe: Rmodule.o:Rmodule.cpp:(.text$_ZN4arma6auxlib3detIdEEbRT_RNS_3MatIS2_EE[_ZN4arma6auxlib3detIdEEbRT_RNS_3MatIS2_EE]+0x8f): undefined reference to `dgetrf_' collect2.exe: error: ld returned 1 exit status no DLL was created ERROR: compilation failed for package 'Rmodule' * removing 'd:/RCompile/CRANincoming/R-devel/lib/Rmodule'