* installing *source* package 'gss' ...
** package 'gss' 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'
make[1]: Entering directory '/d/temp/Rtmp0CbOWh/R.INSTALL2d5e06b67900/gss/src'
gfortran      -pedantic -O2  -mfpmath=sse -msse2 -mstackrealign  -c cdennewton.f -o cdennewton.o
gfortran      -pedantic -O2  -mfpmath=sse -msse2 -mstackrealign  -c cdennewton10.f -o cdennewton10.o
gfortran      -pedantic -O2  -mfpmath=sse -msse2 -mstackrealign  -c copu2newton.f -o copu2newton.o
gfortran      -pedantic -O2  -mfpmath=sse -msse2 -mstackrealign  -c dchdc0.f -o dchdc0.o
gfortran      -pedantic -O2  -mfpmath=sse -msse2 -mstackrealign  -c dcoef.f -o dcoef.o
gfortran      -pedantic -O2  -mfpmath=sse -msse2 -mstackrealign  -c dcore.f -o dcore.o
gfortran      -pedantic -O2  -mfpmath=sse -msse2 -mstackrealign  -c dcrdr.f -o dcrdr.o
gfortran      -pedantic -O2  -mfpmath=sse -msse2 -mstackrealign  -c ddeev.f -o ddeev.o
ddeev.f:5:18:

    5 |       character*1 vmu
      |                  1
Warning: Obsolescent feature: Old-style character length at (1)
gfortran      -pedantic -O2  -mfpmath=sse -msse2 -mstackrealign  -c deval.f -o deval.o
gfortran      -pedantic -O2  -mfpmath=sse -msse2 -mstackrealign  -c dgold.f -o dgold.o
gfortran      -pedantic -O2  -mfpmath=sse -msse2 -mstackrealign  -c dmcdc.f -o dmcdc.o
gfortran      -pedantic -O2  -mfpmath=sse -msse2 -mstackrealign  -c dmudr0.f -o dmudr0.o
gfortran      -pedantic -O2  -mfpmath=sse -msse2 -mstackrealign  -c dmudr1.f -o dmudr1.o
gfortran      -pedantic -O2  -mfpmath=sse -msse2 -mstackrealign  -c dnewton.f -o dnewton.o
gfortran      -pedantic -O2  -mfpmath=sse -msse2 -mstackrealign  -c dnewton10.f -o dnewton10.o
gfortran      -pedantic -O2  -mfpmath=sse -msse2 -mstackrealign  -c dprmut.f -o dprmut.o
gfortran      -pedantic -O2  -mfpmath=sse -msse2 -mstackrealign  -c dqrslm.f -o dqrslm.o
gfortran      -pedantic -O2  -mfpmath=sse -msse2 -mstackrealign  -c drkl.f -o drkl.o
gfortran      -pedantic -O2  -mfpmath=sse -msse2 -mstackrealign  -c dset.f -o dset.o
gfortran      -pedantic -O2  -mfpmath=sse -msse2 -mstackrealign  -c dsidr0.f -o dsidr0.o
gfortran      -pedantic -O2  -mfpmath=sse -msse2 -mstackrealign  -c dsms.f -o dsms.o
gfortran      -pedantic -O2  -mfpmath=sse -msse2 -mstackrealign  -c dstup.f -o dstup.o
gfortran      -pedantic -O2  -mfpmath=sse -msse2 -mstackrealign  -c dsytr.f -o dsytr.o
gfortran      -pedantic -O2  -mfpmath=sse -msse2 -mstackrealign  -c dtrev.f -o dtrev.o
gfortran      -pedantic -O2  -mfpmath=sse -msse2 -mstackrealign  -c gaussq.f -o gaussq.o
gaussq.f:190:72:

  190 |       go to (10, 20, 30, 40, 50, 60), kind
      |                                                                        1
Warning: Obsolescent feature: Computed GOTO at (1)
gfortran      -pedantic -O2  -mfpmath=sse -msse2 -mstackrealign  -c hzdaux.f -o hzdaux.o
gfortran      -pedantic -O2  -mfpmath=sse -msse2 -mstackrealign  -c hzdnewton.f -o hzdnewton.o
gfortran      -pedantic -O2  -mfpmath=sse -msse2 -mstackrealign  -c hzdnewton10.f -o hzdnewton10.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 init.c -o init.o
gfortran      -pedantic -O2  -mfpmath=sse -msse2 -mstackrealign  -c llrmnewton.f -o llrmnewton.o
gfortran      -pedantic -O2  -mfpmath=sse -msse2 -mstackrealign  -c reg.f -o reg.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 smolyak.c -o smolyak.o
smolyak.c: In function 'eval':
smolyak.c:182:10: warning: variable 'dummy' set but not used [-Wunused-but-set-variable]
  182 |   double dummy;
      |          ^~~~~
smolyak.c: In function 'fsum':
smolyak.c:420:10: warning: variable 'dummy' set but not used [-Wunused-but-set-variable]
  420 |   double dummy;
      |          ^~~~~
gcc -shared -s -static-libgcc -o gss.dll tmp.def cdennewton.o cdennewton10.o copu2newton.o dchdc0.o dcoef.o dcore.o dcrdr.o ddeev.o deval.o dgold.o dmcdc.o dmudr0.o dmudr1.o dnewton.o dnewton10.o dprmut.o dqrslm.o drkl.o dset.o dsidr0.o dsms.o dstup.o dsytr.o dtrev.o gaussq.o hzdaux.o hzdnewton.o hzdnewton10.o init.o llrmnewton.o reg.o smolyak.o -LD:/RCompile/recent/R/bin/x64 -lRlapack -LD:/RCompile/recent/R/bin/x64 -lRblas -lgfortran -lm -lquadmath -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/Rtmp0CbOWh/R.INSTALL2d5e06b67900/gss/src'
make[1]: Entering directory '/d/temp/Rtmp0CbOWh/R.INSTALL2d5e06b67900/gss/src'
make[1]: Leaving directory '/d/temp/Rtmp0CbOWh/R.INSTALL2d5e06b67900/gss/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-gss/00new/gss/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 'gss' as gss_2.2-7.zip
* DONE (gss)