* installing *source* package 'mixcat' ...
** package 'mixcat' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/RtmpojjHEg/R.INSTALL2dcf8153453d4/mixcat/src'
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c mixcat_init.c -o mixcat_init.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c npmltc.c -o npmltc.o
npmltc.c: In function 'upbp':
npmltc.c:485:9: warning: unused variable 'i' [-Wunused-variable]
  485 |     int i;
      |         ^
npmltc.c: In function 'setpijkl':
npmltc.c:113:9: warning: '*temp[0]' may be used uninitialized [-Wmaybe-uninitialized]
  113 |         gsl_vector_set(pijkl,0,temp[0]);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
npmltc.c: In function 'setSDijkl':
npmltc.c:229:9: warning: '*temp[0]' may be used uninitialized [-Wmaybe-uninitialized]
  229 |         gsl_vector_set(pijkl,0,temp[0]);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -shared -s -static-libgcc -o mixcat.dll tmp.def mixcat_init.o npmltc.o -lgsl -lgslcblas -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
make[1]: Leaving directory '/d/temp/RtmpojjHEg/R.INSTALL2dcf8153453d4/mixcat/src'
make[1]: Entering directory '/d/temp/RtmpojjHEg/R.INSTALL2dcf8153453d4/mixcat/src'
make[1]: Leaving directory '/d/temp/RtmpojjHEg/R.INSTALL2dcf8153453d4/mixcat/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-mixcat/00new/mixcat/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 'mixcat' as mixcat_1.0-4.zip
* DONE (mixcat)