* installing *source* package 'GeoModels' ...
** package 'GeoModels' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 12.3.0'
using Fortran compiler: 'GNU Fortran (GCC) 12.3.0'
make[1]: Entering directory '/d/temp/2024_11_20_01_50_01_8813/Rtmp8iQ7bO/R.INSTALL2ea8c7b824848/GeoModels/src'
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c CompositeLikelihood2.c -o CompositeLikelihood2.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c CompositeLikelihood2_ani.c -o CompositeLikelihood2_ani.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c CompositeLikelihoodCond2.c -o CompositeLikelihoodCond2.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c CompositeLikelihoodCond2_ani.c -o CompositeLikelihoodCond2_ani.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c CorrelationFunction.c -o CorrelationFunction.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Distributions.c -o Distributions.o
Distributions.c: In function 'biv_T':
Distributions.c:3346:15: warning: implicit declaration of function 'pow1p' [-Wimplicit-function-declaration]
 3346 |   double rho2=pow1p(-r2,-nu2-1);    // pow1p(x, y) computes (1 + x)^y
      |               ^~~~~
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c GeoModels_init.c -o GeoModels_init.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Godambe.c -o Godambe.o
In file included from D:/RCompile/recent/R-4.3.3/include/R_ext/BLAS.h:38,
                 from header.h:7,
                 from Godambe.c:1:
D:/RCompile/recent/R-4.3.3/include/R_ext/RS.h: In function 'Vari_SubSamp':
D:/RCompile/recent/R-4.3.3/include/R_ext/RS.h:60:25: warning: 'ecoordy' may be used uninitialized [-Wmaybe-uninitialized]
   60 | #define R_Free(p)      (R_chk_free( (void *)(p) ), (p) = NULL)
      |                         ^~~~~~~~~~
Godambe.c:181:22: note: 'ecoordy' was declared here
  181 |     double *ecoordx,*ecoordy,*scoordx,*scoordy,*sdata,*sumgrad,*subvari,*xgrid,*ygrid;
      |                      ^~~~~~~
D:/RCompile/recent/R-4.3.3/include/R_ext/RS.h:60:25: warning: 'ecoordx' may be used uninitialized [-Wmaybe-uninitialized]
   60 | #define R_Free(p)      (R_chk_free( (void *)(p) ), (p) = NULL)
      |                         ^~~~~~~~~~
Godambe.c:181:13: note: 'ecoordx' was declared here
  181 |     double *ecoordx,*ecoordy,*scoordx,*scoordy,*sdata,*sumgrad,*subvari,*xgrid,*ygrid;
      |             ^~~~~~~
D:/RCompile/recent/R-4.3.3/include/R_ext/RS.h: In function 'Vari_SubSamp_biv':
D:/RCompile/recent/R-4.3.3/include/R_ext/RS.h:60:25: warning: 'ecoordy' may be used uninitialized [-Wmaybe-uninitialized]
   60 | #define R_Free(p)      (R_chk_free( (void *)(p) ), (p) = NULL)
      |                         ^~~~~~~~~~
Godambe.c:1140:67: note: 'ecoordy' was declared here
 1140 |     double  *gradcortt,*gradcortv,*gradcorvt,*gradcorvv,*ecoordx,*ecoordy,*scoordx,*scoordy,*sdata,*score,*subvari,*xgrid,*ygrid;
      |                                                                   ^~~~~~~
D:/RCompile/recent/R-4.3.3/include/R_ext/RS.h:60:25: warning: 'ecoordx' may be used uninitialized [-Wmaybe-uninitialized]
   60 | #define R_Free(p)      (R_chk_free( (void *)(p) ), (p) = NULL)
      |                         ^~~~~~~~~~
Godambe.c:1140:58: note: 'ecoordx' was declared here
 1140 |     double  *gradcortt,*gradcortv,*gradcorvt,*gradcorvv,*ecoordx,*ecoordy,*scoordx,*scoordy,*sdata,*score,*subvari,*xgrid,*ygrid;
      |                                                          ^~~~~~~
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Gradient.c -o Gradient.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c TB.c -o TB.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Utility.c -o Utility.o
gfortran      -pedantic -O2  -mfpmath=sse -msse2 -mstackrealign  -c mvndstpack.f -o mvndstpack.o
gfortran      -pedantic -O2  -mfpmath=sse -msse2 -mstackrealign  -c specfun.f -o specfun.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c weightedleastsquare.c -o weightedleastsquare.o
gcc -shared -s -static-libgcc -o GeoModels.dll tmp.def CompositeLikelihood2.o CompositeLikelihood2_ani.o CompositeLikelihoodCond2.o CompositeLikelihoodCond2_ani.o CorrelationFunction.o Distributions.o GeoModels_init.o Godambe.o Gradient.o TB.o Utility.o mvndstpack.o specfun.o weightedleastsquare.o -LD:/RCompile/recent/R-4.3.3/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.3.3/bin/x64 -lRblas -lgfortran -lm -lquadmath -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -lgfortran -lm -lquadmath -LD:/RCompile/recent/R-4.3.3/bin/x64 -lR
D:\rtools43\x86_64-w64-mingw32.static.posix\bin/ld.exe: Distributions.o:Distributions.:(.text+0xea6e): undefined reference to `pow1p'
D:\rtools43\x86_64-w64-mingw32.static.posix\bin/ld.exe: Distributions.o:Distributions.:(.text+0xeab2): undefined reference to `pow1p'
D:\rtools43\x86_64-w64-mingw32.static.posix\bin/ld.exe: Distributions.o:Distributions.:(.text+0xec24): undefined reference to `pow1p'
D:\rtools43\x86_64-w64-mingw32.static.posix\bin/ld.exe: Distributions.o:Distributions.:(.text+0xec3f): undefined reference to `pow1p'
D:\rtools43\x86_64-w64-mingw32.static.posix\bin/ld.exe: Distributions.o:Distributions.:(.text+0xec63): undefined reference to `pow1p'
D:\rtools43\x86_64-w64-mingw32.static.posix\bin/ld.exe: Distributions.o:Distributions.:(.text+0xec96): more undefined references to `pow1p' follow
collect2.exe: error: ld returned 1 exit status
make[1]: Leaving directory '/d/temp/2024_11_20_01_50_01_8813/Rtmp8iQ7bO/R.INSTALL2ea8c7b824848/GeoModels/src'
make[1]: Entering directory '/d/temp/2024_11_20_01_50_01_8813/Rtmp8iQ7bO/R.INSTALL2ea8c7b824848/GeoModels/src'
make[1]: Leaving directory '/d/temp/2024_11_20_01_50_01_8813/Rtmp8iQ7bO/R.INSTALL2ea8c7b824848/GeoModels/src'
no DLL was created
ERROR: compilation failed for package 'GeoModels'
* removing 'd:/Rcompile/CRANpkg/lib/4.3/GeoModels'
* restoring previous 'd:/Rcompile/CRANpkg/lib/4.3/GeoModels'