* installing *source* package 'scclust' ...
** package 'scclust' 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/RtmpyksGsr/R.INSTALL254cc293eb54/scclust/src'
gcc  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -Ilibscclust/include    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c error.c -o error.o
gcc  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -Ilibscclust/include    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c hierarchical.c -o hierarchical.o
gcc  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -Ilibscclust/include    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c internal.c -o internal.o
gcc  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -Ilibscclust/include    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c sc_clustering.c -o sc_clustering.o
gcc  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -Ilibscclust/include    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c scclust-init.c -o scclust-init.o
gcc  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -Ilibscclust/include    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c utilities.c -o utilities.o
(cd libscclust && R_AR="ar" R_CC="gcc " R_CPPFLAGS="-DNDEBUG " R_CFLAGS=" -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign " make) || exit 1;
make[2]: Entering directory '/d/temp/RtmpyksGsr/R.INSTALL254cc293eb54/scclust/src/libscclust'
gcc  -DNDEBUG   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -c src/data_set.c -o src/data_set.o
gcc  -DNDEBUG   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -c src/digraph_core.c -o src/digraph_core.o
gcc  -DNDEBUG   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -c src/digraph_operations.c -o src/digraph_operations.o
gcc  -DNDEBUG   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -c src/dist_search_imp.c -o src/dist_search_imp.o
gcc  -DNDEBUG   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -c src/error.c -o src/error.o
gcc  -DNDEBUG   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -c src/hierarchical_clustering.c -o src/hierarchical_clustering.o
gcc  -DNDEBUG   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -c src/nng_batch_clustering.c -o src/nng_batch_clustering.o
gcc  -DNDEBUG   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -c src/nng_clustering.c -o src/nng_clustering.o
gcc  -DNDEBUG   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -c src/nng_core.c -o src/nng_core.o
gcc  -DNDEBUG   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -c src/nng_findseeds.c -o src/nng_findseeds.o
gcc  -DNDEBUG   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -c src/scclust_spi.c -o src/scclust_spi.o
gcc  -DNDEBUG   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -c src/scclust.c -o src/scclust.o
gcc  -DNDEBUG   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -c src/utilities.c -o src/utilities.o
ar -rcs libscclust.a src/data_set.o src/digraph_core.o src/digraph_operations.o src/dist_search_imp.o src/error.o src/hierarchical_clustering.o src/nng_batch_clustering.o src/nng_clustering.o src/nng_core.o src/nng_findseeds.o src/scclust_spi.o src/scclust.o src/utilities.o
make[2]: Leaving directory '/d/temp/RtmpyksGsr/R.INSTALL254cc293eb54/scclust/src/libscclust'
gcc -shared -s -static-libgcc -o scclust.dll tmp.def error.o hierarchical.o internal.o sc_clustering.o scclust-init.o utilities.o libscclust/libscclust.a -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.4.0/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpyksGsr/R.INSTALL254cc293eb54/scclust/src'
make[1]: Entering directory '/d/temp/RtmpyksGsr/R.INSTALL254cc293eb54/scclust/src'
make[1]: Leaving directory '/d/temp/RtmpyksGsr/R.INSTALL254cc293eb54/scclust/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-scclust/00new/scclust/libs/x64
** R
** 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 'scclust' as scclust_0.2.4.zip
* DONE (scclust)