* installing *source* package ‘rcdd’ ...
** package ‘rcdd’ successfully unpacked and MD5 sums checked
** using staged installation
checking for gcc... gcc-13
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc-13 accepts -g... yes
checking for gcc-13 option to accept ISO C89... none needed
checking for __gmpz_init in -lgmp... yes
configure: creating ./config.status
config.status: creating src/Makevars
** libs
using C compiler: ‘gcc-13 (GCC) 13.2.0’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/rcdd/src'
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DGMPRATIONAL  -I/usr/local/include   -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fvisibility=hidden -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c allfaces.c -o allfaces.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DGMPRATIONAL  -I/usr/local/include   -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fvisibility=hidden -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c allfaces_f.c -o allfaces_f.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DGMPRATIONAL  -I/usr/local/include   -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fvisibility=hidden -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c cddcore.c -o cddcore.o
cddcore.c: In function 'dd_CheckAdjacency':
cddcore.c:30:14: warning: variable 'localdebug' set but not used [-Wunused-but-set-variable]
   30 |   dd_boolean localdebug=dd_FALSE;
      |              ^~~~~~~~~~
cddcore.c: In function 'dd_StoreRay1':
cddcore.c:133:14: warning: unused variable 'localdebug' [-Wunused-variable]
  133 |   dd_boolean localdebug=dd_debug;
      |              ^~~~~~~~~~
cddcore.c: In function 'dd_StoreRay2':
cddcore.c:191:14: warning: variable 'localdebug' set but not used [-Wunused-but-set-variable]
  191 |   dd_boolean localdebug=dd_debug;
      |              ^~~~~~~~~~
cddcore.c: In function 'dd_ConditionalAddEdge':
cddcore.c:315:14: warning: unused variable 'localdebug' [-Wunused-variable]
  315 |   dd_boolean localdebug=dd_FALSE;
      |              ^~~~~~~~~~
cddcore.c: In function 'dd_CreateInitialEdges':
cddcore.c:454:18: warning: unused variable 'localdebug' [-Wunused-variable]
  454 |   dd_boolean adj,localdebug=dd_FALSE;
      |                  ^~~~~~~~~~
cddcore.c: In function 'dd_UpdateEdges':
cddcore.c:492:18: warning: unused variable 'prevworkleft' [-Wunused-variable]
  492 |   float workleft,prevworkleft=110.0,totalpairs;
      |                  ^~~~~~~~~~~~
cddcore.c:492:9: warning: variable 'workleft' set but not used [-Wunused-but-set-variable]
  492 |   float workleft,prevworkleft=110.0,totalpairs;
      |         ^~~~~~~~
cddcore.c:490:29: warning: unused variable 'localdebug' [-Wunused-variable]
  490 |   dd_boolean ptr2found,quit,localdebug=dd_FALSE;
      |                             ^~~~~~~~~~
cddcore.c: In function 'dd_FreeDDMemory0':
cddcore.c:544:14: warning: unused variable 'localdebug' [-Wunused-variable]
  544 |   dd_boolean localdebug=dd_FALSE;
      |              ^~~~~~~~~~
cddcore.c: In function 'dd_Normalize':
cddcore.c:632:10: warning: variable 'jmin' set but not used [-Wunused-but-set-variable]
  632 |   long j,jmin=0;
      |          ^~~~
cddcore.c: In function 'dd_PermutePartialCopyAmatrix':
cddcore.c:732:17: warning: variable 'k' set but not used [-Wunused-but-set-variable]
  732 |   dd_rowrange i,k;
      |                 ^
cddcore.c: In function 'dd_ColumnReduce':
cddcore.c:930:14: warning: unused variable 'localdebug' [-Wunused-variable]
  930 |   dd_boolean localdebug=dd_FALSE;
      |              ^~~~~~~~~~
cddcore.c: In function 'dd_MatrixRank':
cddcore.c:964:28: warning: unused variable 'localdebug' [-Wunused-variable]
  964 |   dd_boolean stop, chosen, localdebug=dd_debug;
      |                            ^~~~~~~~~~
cddcore.c: In function 'dd_FindBasis':
cddcore.c:1021:28: warning: unused variable 'localdebug' [-Wunused-variable]
 1021 |   dd_boolean stop, chosen, localdebug=dd_debug;
      |                            ^~~~~~~~~~
cddcore.c: In function 'dd_CreateNewRay':
cddcore.c:1144:14: warning: unused variable 'localdebug' [-Wunused-variable]
 1144 |   dd_boolean localdebug=dd_debug;
      |              ^~~~~~~~~~
cddcore.c: In function 'dd_DeleteNegativeRays':
cddcore.c:1352:14: warning: unused variable 'localdebug' [-Wunused-variable]
 1352 |   dd_boolean localdebug=dd_FALSE;
      |              ^~~~~~~~~~
cddcore.c: In function 'dd_AddNewHalfspace1':
cddcore.c:1550:24: warning: variable 'progress' set but not used [-Wunused-but-set-variable]
 1550 |   double prevprogress, progress;
      |                        ^~~~~~~~
cddcore.c:1550:10: warning: variable 'prevprogress' set but not used [-Wunused-but-set-variable]
 1550 |   double prevprogress, progress;
      |          ^~~~~~~~~~~~
cddcore.c: In function 'dd_AddNewHalfspace2':
cddcore.c:1627:14: warning: unused variable 'localdebug' [-Wunused-variable]
 1627 |   dd_boolean localdebug=dd_FALSE;
      |              ^~~~~~~~~~
cddcore.c:1625:8: warning: unused variable 'pos1' [-Wunused-variable]
 1625 |   long pos1;
      |        ^~~~
cddcore.c:1623:13: warning: unused variable 'RayPtr0' [-Wunused-variable]
 1623 |   dd_RayPtr RayPtr0,RayPtr1,RayPtr2;
      |             ^~~~~~~
cddcore.c: In function 'dd_SelectNextHalfspace2':
cddcore.c:1734:29: warning: variable 'fi' set but not used [-Wunused-but-set-variable]
 1734 |   long i, fea, inf, infmin, fi=0;   /*feasibility and infeasibility numbers*/
      |                             ^~
cddcore.c: In function 'dd_SelectNextHalfspace3':
cddcore.c:1758:14: warning: unused variable 'localdebug' [-Wunused-variable]
 1758 |   dd_boolean localdebug=dd_debug;
      |              ^~~~~~~~~~
cddcore.c:1757:29: warning: variable 'fi' set but not used [-Wunused-but-set-variable]
 1757 |   long i, fea, inf, infmax, fi=0;   /*feasibility and infeasibility numbers*/
      |                             ^~
cddcore.c: In function 'dd_SelectNextHalfspace4':
cddcore.c:1781:38: warning: variable 'infi' set but not used [-Wunused-but-set-variable]
 1781 |   long i, fea, inf, max, tmax, fi=0, infi=0;
      |                                      ^~~~
cddcore.c:1781:32: warning: variable 'fi' set but not used [-Wunused-but-set-variable]
 1781 |   long i, fea, inf, max, tmax, fi=0, infi=0;
      |                                ^~
cddcore.c: In function 'dd_UniqueRows':
cddcore.c:1870:14: warning: unused variable 'localdebug' [-Wunused-variable]
 1870 |   dd_boolean localdebug=dd_FALSE;
      |              ^~~~~~~~~~
cddcore.c: In function 'dd_RandomPermutation':
cddcore.c:1958:14: warning: unused variable 'localdebug' [-Wunused-variable]
 1958 |   dd_boolean localdebug=dd_FALSE;
      |              ^~~~~~~~~~
cddcore.c:1957:17: warning: unused variable 'rand_max' [-Wunused-variable]
 1957 |   double u,xk,r,rand_max=(double) RAND_MAX;
      |                 ^~~~~~~~
cddcore.c:1957:15: warning: unused variable 'r' [-Wunused-variable]
 1957 |   double u,xk,r,rand_max=(double) RAND_MAX;
      |               ^
cddcore.c: In function 'dd_UpdateRowOrderVector':
cddcore.c:2030:21: warning: variable 'localdebug' set but not used [-Wunused-but-set-variable]
 2030 |   dd_boolean found, localdebug=dd_FALSE;
      |                     ^~~~~~~~~~
cddcore.c: In function 'dd_InnerProduct':
cddcore.c:2206:14: warning: unused variable 'localdebug' [-Wunused-variable]
 2206 |   dd_boolean localdebug=dd_FALSE;
      |              ^~~~~~~~~~
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DGMPRATIONAL  -I/usr/local/include   -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fvisibility=hidden -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c cddcore_f.c -o cddcore_f.o
cddcore_f.c: In function 'ddf_CheckAdjacency':
cddcore_f.c:30:15: warning: variable 'localdebug' set but not used [-Wunused-but-set-variable]
   30 |   ddf_boolean localdebug=ddf_FALSE;
      |               ^~~~~~~~~~
cddcore_f.c: In function 'ddf_StoreRay1':
cddcore_f.c:133:15: warning: unused variable 'localdebug' [-Wunused-variable]
  133 |   ddf_boolean localdebug=ddf_debug;
      |               ^~~~~~~~~~
cddcore_f.c: In function 'ddf_StoreRay2':
cddcore_f.c:191:15: warning: variable 'localdebug' set but not used [-Wunused-but-set-variable]
  191 |   ddf_boolean localdebug=ddf_debug;
      |               ^~~~~~~~~~
cddcore_f.c: In function 'ddf_ConditionalAddEdge':
cddcore_f.c:314:15: warning: unused variable 'localdebug' [-Wunused-variable]
  314 |   ddf_boolean localdebug=ddf_FALSE;
      |               ^~~~~~~~~~
cddcore_f.c: In function 'ddf_CreateInitialEdges':
cddcore_f.c:446:19: warning: unused variable 'localdebug' [-Wunused-variable]
  446 |   ddf_boolean adj,localdebug=ddf_FALSE;
      |                   ^~~~~~~~~~
cddcore_f.c: In function 'ddf_UpdateEdges':
cddcore_f.c:484:18: warning: unused variable 'prevworkleft' [-Wunused-variable]
  484 |   float workleft,prevworkleft=110.0,totalpairs;
      |                  ^~~~~~~~~~~~
cddcore_f.c:484:9: warning: variable 'workleft' set but not used [-Wunused-but-set-variable]
  484 |   float workleft,prevworkleft=110.0,totalpairs;
      |         ^~~~~~~~
cddcore_f.c:482:30: warning: unused variable 'localdebug' [-Wunused-variable]
  482 |   ddf_boolean ptr2found,quit,localdebug=ddf_FALSE;
      |                              ^~~~~~~~~~
cddcore_f.c: In function 'ddf_FreeDDMemory0':
cddcore_f.c:536:15: warning: unused variable 'localdebug' [-Wunused-variable]
  536 |   ddf_boolean localdebug=ddf_FALSE;
      |               ^~~~~~~~~~
cddcore_f.c: In function 'ddf_Normalize':
cddcore_f.c:624:10: warning: variable 'jmin' set but not used [-Wunused-but-set-variable]
  624 |   long j,jmin=0;
      |          ^~~~
cddcore_f.c: In function 'ddf_PermutePartialCopyAmatrix':
cddcore_f.c:724:18: warning: variable 'k' set but not used [-Wunused-but-set-variable]
  724 |   ddf_rowrange i,k;
      |                  ^
cddcore_f.c: In function 'ddf_ColumnReduce':
cddcore_f.c:922:15: warning: unused variable 'localdebug' [-Wunused-variable]
  922 |   ddf_boolean localdebug=ddf_FALSE;
      |               ^~~~~~~~~~
cddcore_f.c: In function 'ddf_MatrixRank':
cddcore_f.c:956:29: warning: unused variable 'localdebug' [-Wunused-variable]
  956 |   ddf_boolean stop, chosen, localdebug=ddf_debug;
      |                             ^~~~~~~~~~
cddcore_f.c: In function 'ddf_FindBasis':
cddcore_f.c:1013:29: warning: unused variable 'localdebug' [-Wunused-variable]
 1013 |   ddf_boolean stop, chosen, localdebug=ddf_debug;
      |                             ^~~~~~~~~~
cddcore_f.c: In function 'ddf_CreateNewRay':
cddcore_f.c:1136:15: warning: unused variable 'localdebug' [-Wunused-variable]
 1136 |   ddf_boolean localdebug=ddf_debug;
      |               ^~~~~~~~~~
cddcore_f.c: In function 'ddf_DeleteNegativeRays':
cddcore_f.c:1344:15: warning: unused variable 'localdebug' [-Wunused-variable]
 1344 |   ddf_boolean localdebug=ddf_FALSE;
      |               ^~~~~~~~~~
cddcore_f.c: In function 'ddf_AddNewHalfspace1':
cddcore_f.c:1542:24: warning: variable 'progress' set but not used [-Wunused-but-set-variable]
 1542 |   double prevprogress, progress;
      |                        ^~~~~~~~
cddcore_f.c:1542:10: warning: variable 'prevprogress' set but not used [-Wunused-but-set-variable]
 1542 |   double prevprogress, progress;
      |          ^~~~~~~~~~~~
cddcore_f.c: In function 'ddf_AddNewHalfspace2':
cddcore_f.c:1619:15: warning: unused variable 'localdebug' [-Wunused-variable]
 1619 |   ddf_boolean localdebug=ddf_FALSE;
      |               ^~~~~~~~~~
cddcore_f.c:1617:8: warning: unused variable 'pos1' [-Wunused-variable]
 1617 |   long pos1;
      |        ^~~~
cddcore_f.c:1615:14: warning: unused variable 'RayPtr0' [-Wunused-variable]
 1615 |   ddf_RayPtr RayPtr0,RayPtr1,RayPtr2;
      |              ^~~~~~~
cddcore_f.c: In function 'ddf_SelectNextHalfspace2':
cddcore_f.c:1726:29: warning: variable 'fi' set but not used [-Wunused-but-set-variable]
 1726 |   long i, fea, inf, infmin, fi=0;   /*feasibility and infeasibility numbers*/
      |                             ^~
cddcore_f.c: In function 'ddf_SelectNextHalfspace3':
cddcore_f.c:1750:15: warning: unused variable 'localdebug' [-Wunused-variable]
 1750 |   ddf_boolean localdebug=ddf_debug;
      |               ^~~~~~~~~~
cddcore_f.c:1749:29: warning: variable 'fi' set but not used [-Wunused-but-set-variable]
 1749 |   long i, fea, inf, infmax, fi=0;   /*feasibility and infeasibility numbers*/
      |                             ^~
cddcore_f.c: In function 'ddf_SelectNextHalfspace4':
cddcore_f.c:1773:38: warning: variable 'infi' set but not used [-Wunused-but-set-variable]
 1773 |   long i, fea, inf, max, tmax, fi=0, infi=0;
      |                                      ^~~~
cddcore_f.c:1773:32: warning: variable 'fi' set but not used [-Wunused-but-set-variable]
 1773 |   long i, fea, inf, max, tmax, fi=0, infi=0;
      |                                ^~
cddcore_f.c: In function 'ddf_UniqueRows':
cddcore_f.c:1862:15: warning: unused variable 'localdebug' [-Wunused-variable]
 1862 |   ddf_boolean localdebug=ddf_FALSE;
      |               ^~~~~~~~~~
cddcore_f.c: In function 'ddf_RandomPermutation':
cddcore_f.c:1950:15: warning: unused variable 'localdebug' [-Wunused-variable]
 1950 |   ddf_boolean localdebug=ddf_FALSE;
      |               ^~~~~~~~~~
cddcore_f.c:1949:17: warning: unused variable 'rand_max' [-Wunused-variable]
 1949 |   double u,xk,r,rand_max=(double) RAND_MAX;
      |                 ^~~~~~~~
cddcore_f.c:1949:15: warning: unused variable 'r' [-Wunused-variable]
 1949 |   double u,xk,r,rand_max=(double) RAND_MAX;
      |               ^
cddcore_f.c: In function 'ddf_UpdateRowOrderVector':
cddcore_f.c:2022:22: warning: variable 'localdebug' set but not used [-Wunused-but-set-variable]
 2022 |   ddf_boolean found, localdebug=ddf_FALSE;
      |                      ^~~~~~~~~~
cddcore_f.c: In function 'ddf_InnerProduct':
cddcore_f.c:2198:15: warning: unused variable 'localdebug' [-Wunused-variable]
 2198 |   ddf_boolean localdebug=ddf_FALSE;
      |               ^~~~~~~~~~
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DGMPRATIONAL  -I/usr/local/include   -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fvisibility=hidden -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c cddio.c -o cddio.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DGMPRATIONAL  -I/usr/local/include   -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fvisibility=hidden -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c cddio_f.c -o cddio_f.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DGMPRATIONAL  -I/usr/local/include   -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fvisibility=hidden -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c cddlib.c -o cddlib.o
cddlib.c: In function 'dd_DDMain':
cddlib.c:87:14: warning: unused variable 'locallog' [-Wunused-variable]
   87 |   dd_boolean locallog=dd_log; /* if dd_log=dd_FALSE, no log will be written.  */
      |              ^~~~~~~~
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DGMPRATIONAL  -I/usr/local/include   -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fvisibility=hidden -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c cddlib_f.c -o cddlib_f.o
cddlib_f.c: In function 'ddf_DDMain':
cddlib_f.c:88:15: warning: unused variable 'locallog' [-Wunused-variable]
   88 |   ddf_boolean locallog=ddf_log; /* if ddf_log=ddf_FALSE, no log will be written.  */
      |               ^~~~~~~~
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DGMPRATIONAL  -I/usr/local/include   -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fvisibility=hidden -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c cddlp.c -o cddlp.o
cddlp.c: In function 'dd_Matrix2LP':
cddlp.c:160:14: warning: unused variable 'localdebug' [-Wunused-variable]
  160 |   dd_boolean localdebug=dd_FALSE;
      |              ^~~~~~~~~~
cddlp.c: In function 'dd_Matrix2Feasibility2':
cddlp.c:258:14: warning: unused variable 'localdebug' [-Wunused-variable]
  258 |   dd_boolean localdebug=dd_FALSE;
      |              ^~~~~~~~~~
cddlp.c: In function 'dd_GetRedundancyInformation':
cddlp.c:520:27: warning: unused variable 'localdebug' [-Wunused-variable]
  520 |   dd_boolean red=dd_FALSE,localdebug=dd_FALSE;
      |                           ^~~~~~~~~~
cddlp.c: In function 'dd_SelectDualSimplexPivot':
cddlp.c:558:26: warning: unused variable 'localdebug' [-Wunused-variable]
  558 |     dualfeasible=dd_TRUE,localdebug=dd_FALSE;
      |                          ^~~~~~~~~~
cddlp.c: In function 'dd_SelectPivot2':
cddlp.c:722:14: warning: variable 'localdebug' set but not used [-Wunused-but-set-variable]
  722 |   dd_boolean localdebug=dd_FALSE;
      |              ^~~~~~~~~~
cddlp.c: In function 'dd_GaussianColumnPivot2':
cddlp.c:821:7: warning: variable 'localdebug' set but not used [-Wunused-but-set-variable]
  821 |   int localdebug=dd_FALSE;
      |       ^~~~~~~~~~
cddlp.c: In function 'dd_FindLPBasis2':
cddlp.c:1117:14: warning: unused variable 'localdebug' [-Wunused-variable]
 1117 |   dd_boolean localdebug=dd_FALSE;
      |              ^~~~~~~~~~
cddlp.c: In function 'dd_FindDualFeasibleBasis':
cddlp.c:1209:14: warning: variable 'localdebug' set but not used [-Wunused-but-set-variable]
 1209 |   dd_boolean localdebug=dd_FALSE,chosen,stop;
      |              ^~~~~~~~~~
cddlp.c: In function 'dd_DualSimplexMaximize':
cddlp.c:1473:41: warning: variable 'redgain' set but not used [-Wunused-but-set-variable]
 1473 |   double redpercent=0,redpercent_prev=0,redgain=0;
      |                                         ^~~~~~~
cddlp.c:1457:34: warning: unused variable 'localdebug1' [-Wunused-variable]
 1457 |   dd_boolean localdebug=dd_FALSE,localdebug1=dd_FALSE;
      |                                  ^~~~~~~~~~~
cddlp.c:1457:14: warning: variable 'localdebug' set but not used [-Wunused-but-set-variable]
 1457 |   dd_boolean localdebug=dd_FALSE,localdebug1=dd_FALSE;
      |              ^~~~~~~~~~
cddlp.c: In function 'dd_SetSolutions':
cddlp.c:1750:7: warning: unused variable 'localdebug' [-Wunused-variable]
 1750 |   int localdebug=dd_FALSE;
      |       ^~~~~~~~~~
cddlp.c: In function 'dd_RandomPermutation2':
cddlp.c:1839:7: warning: unused variable 'localdebug' [-Wunused-variable]
 1839 |   int localdebug=dd_FALSE;
      |       ^~~~~~~~~~
cddlp.c:1838:17: warning: unused variable 'rand_max' [-Wunused-variable]
 1838 |   double u,xk,r,rand_max=(double) RAND_MAX;
      |                 ^~~~~~~~
cddlp.c:1838:15: warning: unused variable 'r' [-Wunused-variable]
 1838 |   double u,xk,r,rand_max=(double) RAND_MAX;
      |               ^
cddlp.c: In function 'dd_LPgmp2LPf':
cddlp.c:1939:14: warning: unused variable 'localdebug' [-Wunused-variable]
 1939 |   dd_boolean localdebug=dd_FALSE;
      |              ^~~~~~~~~~
cddlp.c: In function 'dd_LPSolve':
cddlp.c:1980:14: warning: variable 'localdebug' set but not used [-Wunused-but-set-variable]
 1980 |   dd_boolean localdebug=dd_FALSE;
      |              ^~~~~~~~~~
cddlp.c: In function 'dd_MakeLPforInteriorFinding':
cddlp.c:2107:7: warning: unused variable 'localdebug' [-Wunused-variable]
 2107 |   int localdebug=dd_FALSE;
      |       ^~~~~~~~~~
cddlp.c: In function 'dd_CreateLP_H_ImplicitLinearity':
cddlp.c:2268:14: warning: unused variable 'localdebug' [-Wunused-variable]
 2268 |   dd_boolean localdebug=dd_FALSE;
      |              ^~~~~~~~~~
cddlp.c: In function 'dd_CreateLP_V_ImplicitLinearity':
cddlp.c:2320:14: warning: unused variable 'localdebug' [-Wunused-variable]
 2320 |   dd_boolean localdebug=dd_FALSE;
      |              ^~~~~~~~~~
cddlp.c: In function 'dd_CreateLP_H_Redundancy':
cddlp.c:2378:14: warning: unused variable 'localdebug' [-Wunused-variable]
 2378 |   dd_boolean localdebug=dd_FALSE;
      |              ^~~~~~~~~~
cddlp.c: In function 'dd_CreateLP_V_Redundancy':
cddlp.c:2425:14: warning: unused variable 'localdebug' [-Wunused-variable]
 2425 |   dd_boolean localdebug=dd_FALSE;
      |              ^~~~~~~~~~
cddlp.c: In function 'dd_CreateLP_V_SRedundancy':
cddlp.c:2496:14: warning: unused variable 'localdebug' [-Wunused-variable]
 2496 |   dd_boolean localdebug=dd_FALSE;
      |              ^~~~~~~~~~
cddlp.c: In function 'dd_Redundant':
cddlp.c:2586:30: warning: unused variable 'localdebug' [-Wunused-variable]
 2586 |   dd_boolean answer=dd_FALSE,localdebug=dd_FALSE;
      |                              ^~~~~~~~~~
cddlp.c: In function 'dd_RedundantExtensive':
cddlp.c:2648:30: warning: unused variable 'localdebug' [-Wunused-variable]
 2648 |   dd_boolean answer=dd_FALSE,localdebug=dd_FALSE;
      |                              ^~~~~~~~~~
cddlp.c: In function 'dd_RedundantRows':
cddlp.c:2714:14: warning: unused variable 'localdebug' [-Wunused-variable]
 2714 |   dd_boolean localdebug=dd_FALSE;
      |              ^~~~~~~~~~
cddlp.c: In function 'dd_MatrixRedundancyRemove':
cddlp.c:2759:32: warning: unused variable 'localdebug' [-Wunused-variable]
 2759 |   dd_boolean success=dd_FALSE, localdebug=dd_FALSE;
      |                                ^~~~~~~~~~
cddlp.c:2753:21: warning: variable 'm1' set but not used [-Wunused-but-set-variable]
 2753 |   dd_rowrange i,k,m,m1;
      |                     ^~
cddlp.c: In function 'dd_SRedundant':
cddlp.c:2909:30: warning: unused variable 'localdebug' [-Wunused-variable]
 2909 |   dd_boolean answer=dd_FALSE,localdebug=dd_FALSE;
      |                              ^~~~~~~~~~
cddlp.c: In function 'dd_SRedundantRows':
cddlp.c:3001:14: warning: unused variable 'localdebug' [-Wunused-variable]
 3001 |   dd_boolean localdebug=dd_FALSE;
      |              ^~~~~~~~~~
cddlp.c: In function 'dd_RedundantRowsViaShooting':
cddlp.c:3054:14: warning: unused variable 'localdebug' [-Wunused-variable]
 3054 |   dd_boolean localdebug=dd_FALSE;
      |              ^~~~~~~~~~
cddlp.c: In function 'dd_ImplicitLinearity':
cddlp.c:3269:30: warning: unused variable 'localdebug' [-Wunused-variable]
 3269 |   dd_boolean answer=dd_FALSE,localdebug=dd_FALSE;
      |                              ^~~~~~~~~~
cddlp.c: In function 'dd_FreeOfImplicitLinearity':
cddlp.c:3353:16: warning: unused variable 'localdebug' [-Wunused-variable]
 3353 |   int answer=0,localdebug=dd_FALSE;
      |                ^~~~~~~~~~
cddlp.c: In function 'dd_ImplicitLinearityRows':
cddlp.c:3454:14: warning: unused variable 'localdebug' [-Wunused-variable]
 3454 |   dd_boolean localdebug=dd_FALSE;
      |              ^~~~~~~~~~
cddlp.c:3453:7: warning: variable 'foi' set but not used [-Wunused-but-set-variable]
 3453 |   int foi;
      |       ^~~
cddlp.c: In function 'dd_MatrixCanonicalizeLinearity':
cddlp.c:3507:15: warning: variable 'rank' set but not used [-Wunused-but-set-variable]
 3507 |   dd_rowrange rank;
      |               ^~~~
cddlp.c: In function 'dd_FindRelativeInterior':
cddlp.c:3694:15: warning: variable 'rank' set but not used [-Wunused-but-set-variable]
 3694 |   dd_colrange rank;
      |               ^~~~
cddlp.c: In function 'dd_RayShooting':
cddlp.c:3732:14: warning: unused variable 'localdebug' [-Wunused-variable]
 3732 |   dd_boolean localdebug=dd_FALSE;
      |              ^~~~~~~~~~
cddlp.c: In function 'dd_BasisStatusMaximize':
cddlp.c:3837:14: warning: variable 'localdebug' set but not used [-Wunused-but-set-variable]
 3837 |   dd_boolean localdebug=dd_FALSE;
      |              ^~~~~~~~~~
cddlp.c:3827:16: warning: variable 'pivots1' set but not used [-Wunused-but-set-variable]
 3827 |   long pivots0,pivots1,fbasisrank;
      |                ^~~~~~~
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DGMPRATIONAL  -I/usr/local/include   -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fvisibility=hidden -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c cddlp_f.c -o cddlp_f.o
cddlp_f.c: In function 'ddf_Matrix2LP':
cddlp_f.c:161:15: warning: unused variable 'localdebug' [-Wunused-variable]
  161 |   ddf_boolean localdebug=ddf_FALSE;
      |               ^~~~~~~~~~
cddlp_f.c: In function 'ddf_Matrix2Feasibility2':
cddlp_f.c:259:15: warning: unused variable 'localdebug' [-Wunused-variable]
  259 |   ddf_boolean localdebug=ddf_FALSE;
      |               ^~~~~~~~~~
cddlp_f.c: In function 'ddf_GetRedundancyInformation':
cddlp_f.c:522:29: warning: unused variable 'localdebug' [-Wunused-variable]
  522 |   ddf_boolean red=ddf_FALSE,localdebug=ddf_FALSE;
      |                             ^~~~~~~~~~
cddlp_f.c: In function 'ddf_SelectDualSimplexPivot':
cddlp_f.c:560:27: warning: unused variable 'localdebug' [-Wunused-variable]
  560 |     dualfeasible=ddf_TRUE,localdebug=ddf_FALSE;
      |                           ^~~~~~~~~~
cddlp_f.c: In function 'ddf_SelectPivot2':
cddlp_f.c:724:15: warning: variable 'localdebug' set but not used [-Wunused-but-set-variable]
  724 |   ddf_boolean localdebug=ddf_FALSE;
      |               ^~~~~~~~~~
cddlp_f.c: In function 'ddf_GaussianColumnPivot2':
cddlp_f.c:823:7: warning: variable 'localdebug' set but not used [-Wunused-but-set-variable]
  823 |   int localdebug=ddf_FALSE;
      |       ^~~~~~~~~~
cddlp_f.c: In function 'ddf_FindLPBasis2':
cddlp_f.c:1119:15: warning: unused variable 'localdebug' [-Wunused-variable]
 1119 |   ddf_boolean localdebug=ddf_FALSE;
      |               ^~~~~~~~~~
cddlp_f.c: In function 'ddf_FindDualFeasibleBasis':
cddlp_f.c:1211:15: warning: variable 'localdebug' set but not used [-Wunused-but-set-variable]
 1211 |   ddf_boolean localdebug=ddf_FALSE,chosen,stop;
      |               ^~~~~~~~~~
cddlp_f.c: In function 'ddf_DualSimplexMaximize':
cddlp_f.c:1475:41: warning: variable 'redgain' set but not used [-Wunused-but-set-variable]
 1475 |   double redpercent=0,redpercent_prev=0,redgain=0;
      |                                         ^~~~~~~
cddlp_f.c:1459:36: warning: unused variable 'localdebug1' [-Wunused-variable]
 1459 |   ddf_boolean localdebug=ddf_FALSE,localdebug1=ddf_FALSE;
      |                                    ^~~~~~~~~~~
cddlp_f.c:1459:15: warning: variable 'localdebug' set but not used [-Wunused-but-set-variable]
 1459 |   ddf_boolean localdebug=ddf_FALSE,localdebug1=ddf_FALSE;
      |               ^~~~~~~~~~
cddlp_f.c: In function 'ddf_SetSolutions':
cddlp_f.c:1754:7: warning: unused variable 'localdebug' [-Wunused-variable]
 1754 |   int localdebug=ddf_FALSE;
      |       ^~~~~~~~~~
cddlp_f.c: In function 'ddf_RandomPermutation2':
cddlp_f.c:1843:7: warning: unused variable 'localdebug' [-Wunused-variable]
 1843 |   int localdebug=ddf_FALSE;
      |       ^~~~~~~~~~
cddlp_f.c:1842:17: warning: unused variable 'rand_max' [-Wunused-variable]
 1842 |   double u,xk,r,rand_max=(double) RAND_MAX;
      |                 ^~~~~~~~
cddlp_f.c:1842:15: warning: unused variable 'r' [-Wunused-variable]
 1842 |   double u,xk,r,rand_max=(double) RAND_MAX;
      |               ^
cddlp_f.c: In function 'ddf_MakeLPforInteriorFinding':
cddlp_f.c:2111:7: warning: unused variable 'localdebug' [-Wunused-variable]
 2111 |   int localdebug=ddf_FALSE;
      |       ^~~~~~~~~~
cddlp_f.c: In function 'ddf_CreateLP_H_ImplicitLinearity':
cddlp_f.c:2272:15: warning: unused variable 'localdebug' [-Wunused-variable]
 2272 |   ddf_boolean localdebug=ddf_FALSE;
      |               ^~~~~~~~~~
cddlp_f.c: In function 'ddf_CreateLP_V_ImplicitLinearity':
cddlp_f.c:2324:15: warning: unused variable 'localdebug' [-Wunused-variable]
 2324 |   ddf_boolean localdebug=ddf_FALSE;
      |               ^~~~~~~~~~
cddlp_f.c: In function 'ddf_CreateLP_H_Redundancy':
cddlp_f.c:2382:15: warning: unused variable 'localdebug' [-Wunused-variable]
 2382 |   ddf_boolean localdebug=ddf_FALSE;
      |               ^~~~~~~~~~
cddlp_f.c: In function 'ddf_CreateLP_V_Redundancy':
cddlp_f.c:2429:15: warning: unused variable 'localdebug' [-Wunused-variable]
 2429 |   ddf_boolean localdebug=ddf_FALSE;
      |               ^~~~~~~~~~
cddlp_f.c: In function 'ddf_CreateLP_V_SRedundancy':
cddlp_f.c:2500:15: warning: unused variable 'localdebug' [-Wunused-variable]
 2500 |   ddf_boolean localdebug=ddf_FALSE;
      |               ^~~~~~~~~~
cddlp_f.c: In function 'ddf_Redundant':
cddlp_f.c:2590:32: warning: unused variable 'localdebug' [-Wunused-variable]
 2590 |   ddf_boolean answer=ddf_FALSE,localdebug=ddf_FALSE;
      |                                ^~~~~~~~~~
cddlp_f.c: In function 'ddf_RedundantExtensive':
cddlp_f.c:2652:32: warning: unused variable 'localdebug' [-Wunused-variable]
 2652 |   ddf_boolean answer=ddf_FALSE,localdebug=ddf_FALSE;
      |                                ^~~~~~~~~~
cddlp_f.c: In function 'ddf_RedundantRows':
cddlp_f.c:2718:15: warning: unused variable 'localdebug' [-Wunused-variable]
 2718 |   ddf_boolean localdebug=ddf_FALSE;
      |               ^~~~~~~~~~
cddlp_f.c: In function 'ddf_MatrixRedundancyRemove':
cddlp_f.c:2763:34: warning: unused variable 'localdebug' [-Wunused-variable]
 2763 |   ddf_boolean success=ddf_FALSE, localdebug=ddf_FALSE;
      |                                  ^~~~~~~~~~
cddlp_f.c:2757:22: warning: variable 'm1' set but not used [-Wunused-but-set-variable]
 2757 |   ddf_rowrange i,k,m,m1;
      |                      ^~
cddlp_f.c: In function 'ddf_SRedundant':
cddlp_f.c:2913:32: warning: unused variable 'localdebug' [-Wunused-variable]
 2913 |   ddf_boolean answer=ddf_FALSE,localdebug=ddf_FALSE;
      |                                ^~~~~~~~~~
cddlp_f.c: In function 'ddf_SRedundantRows':
cddlp_f.c:3005:15: warning: unused variable 'localdebug' [-Wunused-variable]
 3005 |   ddf_boolean localdebug=ddf_FALSE;
      |               ^~~~~~~~~~
cddlp_f.c: In function 'ddf_RedundantRowsViaShooting':
cddlp_f.c:3058:15: warning: unused variable 'localdebug' [-Wunused-variable]
 3058 |   ddf_boolean localdebug=ddf_FALSE;
      |               ^~~~~~~~~~
cddlp_f.c: In function 'ddf_ImplicitLinearity':
cddlp_f.c:3273:32: warning: unused variable 'localdebug' [-Wunused-variable]
 3273 |   ddf_boolean answer=ddf_FALSE,localdebug=ddf_FALSE;
      |                                ^~~~~~~~~~
cddlp_f.c: In function 'ddf_FreeOfImplicitLinearity':
cddlp_f.c:3357:16: warning: unused variable 'localdebug' [-Wunused-variable]
 3357 |   int answer=0,localdebug=ddf_FALSE;
      |                ^~~~~~~~~~
cddlp_f.c: In function 'ddf_ImplicitLinearityRows':
cddlp_f.c:3458:15: warning: unused variable 'localdebug' [-Wunused-variable]
 3458 |   ddf_boolean localdebug=ddf_FALSE;
      |               ^~~~~~~~~~
cddlp_f.c:3457:7: warning: variable 'foi' set but not used [-Wunused-but-set-variable]
 3457 |   int foi;
      |       ^~~
cddlp_f.c: In function 'ddf_MatrixCanonicalizeLinearity':
cddlp_f.c:3509:16: warning: variable 'rank' set but not used [-Wunused-but-set-variable]
 3509 |   ddf_rowrange rank;
      |                ^~~~
cddlp_f.c: In function 'ddf_FindRelativeInterior':
cddlp_f.c:3696:16: warning: variable 'rank' set but not used [-Wunused-but-set-variable]
 3696 |   ddf_colrange rank;
      |                ^~~~
cddlp_f.c: In function 'ddf_RayShooting':
cddlp_f.c:3734:15: warning: unused variable 'localdebug' [-Wunused-variable]
 3734 |   ddf_boolean localdebug=ddf_FALSE;
      |               ^~~~~~~~~~
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DGMPRATIONAL  -I/usr/local/include   -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fvisibility=hidden -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c cddmp.c -o cddmp.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DGMPRATIONAL  -I/usr/local/include   -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fvisibility=hidden -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c cddmp_f.c -o cddmp_f.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DGMPRATIONAL  -I/usr/local/include   -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fvisibility=hidden -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c cddproj.c -o cddproj.o
cddproj.c: In function 'dd_BlockElimination':
cddproj.c:43:14: warning: unused variable 'localdebug' [-Wunused-variable]
   43 |   dd_boolean localdebug=dd_FALSE;
      |              ^~~~~~~~~~
cddproj.c: In function 'dd_FourierElimination':
cddproj.c:136:14: warning: unused variable 'localdebug' [-Wunused-variable]
  136 |   dd_boolean localdebug=dd_FALSE;
      |              ^~~~~~~~~~
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DGMPRATIONAL  -I/usr/local/include   -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fvisibility=hidden -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c cddproj_f.c -o cddproj_f.o
cddproj_f.c: In function 'ddf_BlockElimination':
cddproj_f.c:44:15: warning: unused variable 'localdebug' [-Wunused-variable]
   44 |   ddf_boolean localdebug=ddf_FALSE;
      |               ^~~~~~~~~~
cddproj_f.c: In function 'ddf_FourierElimination':
cddproj_f.c:137:15: warning: unused variable 'localdebug' [-Wunused-variable]
  137 |   ddf_boolean localdebug=ddf_FALSE;
      |               ^~~~~~~~~~
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DGMPRATIONAL  -I/usr/local/include   -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fvisibility=hidden -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c d2q.c -o d2q.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DGMPRATIONAL  -I/usr/local/include   -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fvisibility=hidden -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c die.c -o die.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DGMPRATIONAL  -I/usr/local/include   -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fvisibility=hidden -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c init.c -o init.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DGMPRATIONAL  -I/usr/local/include   -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fvisibility=hidden -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c linearity.c -o linearity.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DGMPRATIONAL  -I/usr/local/include   -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fvisibility=hidden -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c linearity_f.c -o linearity_f.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DGMPRATIONAL  -I/usr/local/include   -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fvisibility=hidden -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c lpcdd.c -o lpcdd.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DGMPRATIONAL  -I/usr/local/include   -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fvisibility=hidden -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c lpcdd_f.c -o lpcdd_f.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DGMPRATIONAL  -I/usr/local/include   -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fvisibility=hidden -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c my_unif_rand.c -o my_unif_rand.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DGMPRATIONAL  -I/usr/local/include   -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fvisibility=hidden -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c mycddio.c -o mycddio.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DGMPRATIONAL  -I/usr/local/include   -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fvisibility=hidden -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c mycddio_f.c -o mycddio_f.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DGMPRATIONAL  -I/usr/local/include   -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fvisibility=hidden -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c nonred.c -o nonred.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DGMPRATIONAL  -I/usr/local/include   -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fvisibility=hidden -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c q2d.c -o q2d.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DGMPRATIONAL  -I/usr/local/include   -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fvisibility=hidden -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c q2q.c -o q2q.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DGMPRATIONAL  -I/usr/local/include   -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fvisibility=hidden -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c qgram.c -o qgram.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DGMPRATIONAL  -I/usr/local/include   -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fvisibility=hidden -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c qmatmult.c -o qmatmult.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DGMPRATIONAL  -I/usr/local/include   -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fvisibility=hidden -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c qmin.c -o qmin.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DGMPRATIONAL  -I/usr/local/include   -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fvisibility=hidden -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c qo.c -o qo.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DGMPRATIONAL  -I/usr/local/include   -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fvisibility=hidden -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c qoq.c -o qoq.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DGMPRATIONAL  -I/usr/local/include   -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fvisibility=hidden -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c qsign.c -o qsign.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DGMPRATIONAL  -I/usr/local/include   -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fvisibility=hidden -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c qsump.c -o qsump.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DGMPRATIONAL  -I/usr/local/include   -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fvisibility=hidden -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c redund.c -o redund.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DGMPRATIONAL  -I/usr/local/include   -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fvisibility=hidden -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c redund_f.c -o redund_f.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DGMPRATIONAL  -I/usr/local/include   -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fvisibility=hidden -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c scdd.c -o scdd.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DGMPRATIONAL  -I/usr/local/include   -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fvisibility=hidden -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c scdd_f.c -o scdd_f.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DGMPRATIONAL  -I/usr/local/include   -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fvisibility=hidden -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c setoper.c -o setoper.o
gcc-13 -shared -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fpic -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o rcdd.so allfaces.o allfaces_f.o cddcore.o cddcore_f.o cddio.o cddio_f.o cddlib.o cddlib_f.o cddlp.o cddlp_f.o cddmp.o cddmp_f.o cddproj.o cddproj_f.o d2q.o die.o init.o linearity.o linearity_f.o lpcdd.o lpcdd_f.o my_unif_rand.o mycddio.o mycddio_f.o nonred.o q2d.o q2q.o qgram.o qmatmult.o qmin.o qo.o qoq.o qsign.o qsump.o redund.o redund_f.o scdd.o scdd_f.o setoper.o -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -lgmp
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/rcdd/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/rcdd/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/rcdd/src'
installing to /data/gannet/ripley/R/packages/tests-devel/rcdd.Rcheck/00LOCK-rcdd/00new/rcdd/libs
** R
** 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
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (rcdd)