* installing *source* package 'randomForestSRC' ...
** package 'randomForestSRC' successfully unpacked and MD5 sums checked
** using staged installation

   **********************************************
   WARNING: this package has a configure script
         It probably needs manual configuration
   **********************************************


** libs
using C compiler: 'gcc.exe (GCC) 12.3.0'
make[1]: Entering directory '/d/temp/RtmpkDzKHN/R.INSTALL263c452aa3ea2/randomForestSRC/src'
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c R_init_randomForestSRC.c -o R_init_randomForestSRC.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c randomForestSRC.c -o randomForestSRC.o
randomForestSRC.c: In function 'regressionXwghtSplitOpt':
randomForestSRC.c:19742:26: warning: 'sumRght' may be used uninitialized [-Wmaybe-uninitialized]
19742 |             sumRghtSqr = pow (sumRght, 2.0) / rghtSize;
      |                          ^~~~~~~~~~~~~~~~~~
randomForestSRC.c:19628:21: note: 'sumRght' was declared here
19628 |     double sumLeft, sumRght, sumLeftSqr, sumRghtSqr;
      |                     ^~~~~~~
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c splitCustom.c -o splitCustom.o
gcc -shared -s -static-libgcc -o randomForestSRC.dll tmp.def R_init_randomForestSRC.o randomForestSRC.o splitCustom.o -fopenmp -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.3.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpkDzKHN/R.INSTALL263c452aa3ea2/randomForestSRC/src'
make[1]: Entering directory '/d/temp/RtmpkDzKHN/R.INSTALL263c452aa3ea2/randomForestSRC/src'
make[1]: Leaving directory '/d/temp/RtmpkDzKHN/R.INSTALL263c452aa3ea2/randomForestSRC/src'
installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-randomForestSRC/00new/randomForestSRC/libs/x64
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** 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
* MD5 sums
packaged installation of 'randomForestSRC' as randomForestSRC_3.2.3.zip
* DONE (randomForestSRC)