* installing *source* package 'amap' ...
** package 'amap' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 13.2.0'
using Fortran compiler: 'GNU Fortran (GCC) 13.2.0'
using C++ compiler: 'g++.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/RtmpOYEjbU/R.INSTALL51c4e201e/amap/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c acprob.cpp -o acprob.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 burt.c -o burt.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 diss.c -o diss.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c distance.cpp -o distance.o
In file included from distance_T.h:385,
                 from distance.cpp:3:
distance_T.h.h: In instantiation of 'static void* amap::distance_T<T>::thread_dist(void*) [with T = double]':
distance_T.h.h:771:14:   required from 'static void amap::distance_T<T>::distance(double*, int*, int*, T*, int*, int*, int*, int*, int) [with T = double]'
distance.cpp:23:31:   required from here
distance_T.h.h:840:30: warning: variable 'ij' set but not used [-Wunused-but-set-variable]
  840 |   int nbprocess,nr,nc,i,j,dc,ij;
      |                              ^~
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c hclust.cpp -o hclust.o
In file included from distance_T.h:385,
                 from hclust_T.h.h:6,
                 from hclust_T.h:45,
                 from hclust.cpp:49:
distance_T.h.h: In instantiation of 'static void* amap::distance_T<T>::thread_dist(void*) [with T = double]':
distance_T.h.h:771:14:   required from 'static void amap::distance_T<T>::distance(double*, int*, int*, T*, int*, int*, int*, int*, int) [with T = double]'
hclust_T.h.h:206:35:   required from 'void hclust_T::hclust(int*, double*, int, int, int*, int*, int*, int*, int*, int*, int*, double*, double*, T*, int*) [with T = double]'
hclust.cpp:79:31:   required from here
distance_T.h.h:840:30: warning: variable 'ij' set but not used [-Wunused-but-set-variable]
  840 |   int nbprocess,nr,nc,i,j,dc,ij;
      |                              ^~
distance_T.h.h: In instantiation of 'static void* amap::distance_T<T>::thread_dist(void*) [with T = float]':
distance_T.h.h:771:14:   required from 'static void amap::distance_T<T>::distance(double*, int*, int*, T*, int*, int*, int*, int*, int) [with T = float]'
hclust_T.h.h:50:34:   required from 'void hclust_T::hcluster(double*, int*, int*, int*, int*, int*, int*, int*, int*, double*, double*, int*, int*) [with T = float]'
hclust.cpp:115:30:   required from here
distance_T.h.h:840:30: warning: variable 'ij' set but not used [-Wunused-but-set-variable]
hclust_T.h.h: In function 'void hclust_T::hclust(int*, double*, int, int, int*, int*, int*, int*, int*, int*, int*, double*, double*, T*, int*) [with T = double]':
hclust_T.h.h:126:14: warning: 'jm' may be used uninitialized [-Wmaybe-uninitialized]
  126 |         nn[i]=jm;
hclust_T.h.h:75:12: note: 'jm' was declared here
   75 |     int im,jm,jj,i,j,ncl,ind,i2,j2,k,ind1,ind2,ind3;
      |            ^~
distance_T.h.h:54:39: warning: 'im' may be used uninitialized [-Wmaybe-uninitialized]
   54 | #define MAX( A , B )  ( ( A ) > ( B ) ? ( A ) : ( B ) )
      |                         ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
hclust_T.h.h:161:12: note: in expansion of macro 'MAX'
  161 |         j2=MAX (im,jm);
      |            ^~~
hclust_T.h.h:75:9: note: 'im' was declared here
   75 |     int im,jm,jj,i,j,ncl,ind,i2,j2,k,ind1,ind2,ind3;
      |         ^~
In function 'void hclust_T::hclust(int*, double*, int, int, int*, int*, int*, int*, int*, int*, int*, double*, double*, T*, int*) [with T = float]',
    inlined from 'void hclust_T::hcluster(double*, int*, int*, int*, int*, int*, int*, int*, int*, double*, double*, int*, int*) [with T = float]' at hclust_T.h.h:62:24,
    inlined from 'void hcluster(double*, int*, int*, int*, int*, int*, int*, int*, int*, double*, double*, int*, int*, int*)' at hclust.cpp:115:30:
hclust_T.h.h:126:14: warning: 'jm' may be used uninitialized [-Wmaybe-uninitialized]
  126 |         nn[i]=jm;
hclust_T.h.h: In function 'void hcluster(double*, int*, int*, int*, int*, int*, int*, int*, int*, double*, double*, int*, int*, int*)':
hclust_T.h.h:75:12: note: 'jm' was declared here
   75 |     int im,jm,jj,i,j,ncl,ind,i2,j2,k,ind1,ind2,ind3;
      |            ^~
In function 'void hclust_T::hclust(int*, double*, int, int, int*, int*, int*, int*, int*, int*, int*, double*, double*, T*, int*) [with T = float]',
    inlined from 'void hclust_T::hcluster(double*, int*, int*, int*, int*, int*, int*, int*, int*, double*, double*, int*, int*) [with T = float]' at hclust_T.h.h:62:24,
    inlined from 'void hcluster(double*, int*, int*, int*, int*, int*, int*, int*, int*, double*, double*, int*, int*, int*)' at hclust.cpp:115:30:
distance_T.h.h:54:39: warning: 'im' may be used uninitialized [-Wmaybe-uninitialized]
   54 | #define MAX( A , B )  ( ( A ) > ( B ) ? ( A ) : ( B ) )
      |                         ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
hclust_T.h.h:161:12: note: in expansion of macro 'MAX'
  161 |         j2=MAX (im,jm);
      |            ^~~
hclust_T.h.h: In function 'void hcluster(double*, int*, int*, int*, int*, int*, int*, int*, int*, double*, double*, int*, int*, int*)':
hclust_T.h.h:75:9: note: 'im' was declared here
   75 |     int im,jm,jj,i,j,ncl,ind,i2,j2,k,ind1,ind2,ind3;
      |         ^~
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 init.c -o init.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c kmeans.cpp -o kmeans.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c matrice.cpp -o matrice.o
gfortran      -pedantic -O2  -mfpmath=sse -msse2 -mstackrealign  -c pop.f -o pop.o
g++ -std=gnu++17 -shared -s -static-libgcc -o amap.dll tmp.def acprob.o burt.o diss.o distance.o hclust.o init.o kmeans.o matrice.o pop.o -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -lgfortran -lm -lquadmath -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpOYEjbU/R.INSTALL51c4e201e/amap/src'
make[1]: Entering directory '/d/temp/RtmpOYEjbU/R.INSTALL51c4e201e/amap/src'
make[1]: Leaving directory '/d/temp/RtmpOYEjbU/R.INSTALL51c4e201e/amap/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-amap/00new/amap/libs/x64
** R
** data
** demo
** exec
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** 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 'amap' as amap_0.8-19.zip
* DONE (amap)