* installing *source* package 'decimal' ... ** this is package 'decimal' version '0.1.0' ** package 'decimal' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 14.3.0' make[1]: Entering directory '/d/temp/2026_09_09_01_50_00_18435/RtmpAvlBeN/R.INSTALL105e46c555af1/decimal/src' gcc -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -Impdecimal -DNDEBUG -DMPD_NO_FILE_IO -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c decimal.c -o decimal.o gcc -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -Impdecimal -DNDEBUG -DMPD_NO_FILE_IO -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c core.c -o core.o gcc -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -Impdecimal -DNDEBUG -DMPD_NO_FILE_IO -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c init.c -o init.o gcc -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -Impdecimal -DNDEBUG -DMPD_NO_FILE_IO -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c mpdecimal/basearith.c -o mpdecimal/basearith.o gcc -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -Impdecimal -DNDEBUG -DMPD_NO_FILE_IO -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c mpdecimal/constants.c -o mpdecimal/constants.o gcc -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -Impdecimal -DNDEBUG -DMPD_NO_FILE_IO -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c mpdecimal/context.c -o mpdecimal/context.o gcc -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -Impdecimal -DNDEBUG -DMPD_NO_FILE_IO -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c mpdecimal/convolute.c -o mpdecimal/convolute.o gcc -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -Impdecimal -DNDEBUG -DMPD_NO_FILE_IO -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c mpdecimal/crt.c -o mpdecimal/crt.o gcc -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -Impdecimal -DNDEBUG -DMPD_NO_FILE_IO -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c mpdecimal/difradix2.c -o mpdecimal/difradix2.o gcc -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -Impdecimal -DNDEBUG -DMPD_NO_FILE_IO -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c mpdecimal/fnt.c -o mpdecimal/fnt.o gcc -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -Impdecimal -DNDEBUG -DMPD_NO_FILE_IO -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c mpdecimal/fourstep.c -o mpdecimal/fourstep.o gcc -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -Impdecimal -DNDEBUG -DMPD_NO_FILE_IO -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c mpdecimal/io.c -o mpdecimal/io.o mpdecimal/io.c: In function 'word_to_string': mpdecimal/io.c:347:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ mpdecimal/io.c:353:14: note: in expansion of macro 'EXTRACT_DIGIT' 353 | case 20: EXTRACT_DIGIT(s, x, 10000000000000000000ULL, dot); /* GCOV_NOT_REACHED */ | ^~~~~~~~~~~~~ mpdecimal/io.c:347:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ mpdecimal/io.c:353:14: note: in expansion of macro 'EXTRACT_DIGIT' 353 | case 20: EXTRACT_DIGIT(s, x, 10000000000000000000ULL, dot); /* GCOV_NOT_REACHED */ | ^~~~~~~~~~~~~ mpdecimal/io.c:347:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ mpdecimal/io.c:354:14: note: in expansion of macro 'EXTRACT_DIGIT' 354 | case 19: EXTRACT_DIGIT(s, x, 1000000000000000000ULL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ mpdecimal/io.c:354:14: note: in expansion of macro 'EXTRACT_DIGIT' 354 | case 19: EXTRACT_DIGIT(s, x, 1000000000000000000ULL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ mpdecimal/io.c:355:14: note: in expansion of macro 'EXTRACT_DIGIT' 355 | case 18: EXTRACT_DIGIT(s, x, 100000000000000000ULL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ mpdecimal/io.c:355:14: note: in expansion of macro 'EXTRACT_DIGIT' 355 | case 18: EXTRACT_DIGIT(s, x, 100000000000000000ULL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ mpdecimal/io.c:356:14: note: in expansion of macro 'EXTRACT_DIGIT' 356 | case 17: EXTRACT_DIGIT(s, x, 10000000000000000ULL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ mpdecimal/io.c:356:14: note: in expansion of macro 'EXTRACT_DIGIT' 356 | case 17: EXTRACT_DIGIT(s, x, 10000000000000000ULL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ mpdecimal/io.c:357:14: note: in expansion of macro 'EXTRACT_DIGIT' 357 | case 16: EXTRACT_DIGIT(s, x, 1000000000000000ULL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ mpdecimal/io.c:357:14: note: in expansion of macro 'EXTRACT_DIGIT' 357 | case 16: EXTRACT_DIGIT(s, x, 1000000000000000ULL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ mpdecimal/io.c:358:14: note: in expansion of macro 'EXTRACT_DIGIT' 358 | case 15: EXTRACT_DIGIT(s, x, 100000000000000ULL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ mpdecimal/io.c:358:14: note: in expansion of macro 'EXTRACT_DIGIT' 358 | case 15: EXTRACT_DIGIT(s, x, 100000000000000ULL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ mpdecimal/io.c:359:14: note: in expansion of macro 'EXTRACT_DIGIT' 359 | case 14: EXTRACT_DIGIT(s, x, 10000000000000ULL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ mpdecimal/io.c:359:14: note: in expansion of macro 'EXTRACT_DIGIT' 359 | case 14: EXTRACT_DIGIT(s, x, 10000000000000ULL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ mpdecimal/io.c:360:14: note: in expansion of macro 'EXTRACT_DIGIT' 360 | case 13: EXTRACT_DIGIT(s, x, 1000000000000ULL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ mpdecimal/io.c:360:14: note: in expansion of macro 'EXTRACT_DIGIT' 360 | case 13: EXTRACT_DIGIT(s, x, 1000000000000ULL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ mpdecimal/io.c:361:14: note: in expansion of macro 'EXTRACT_DIGIT' 361 | case 12: EXTRACT_DIGIT(s, x, 100000000000ULL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ mpdecimal/io.c:361:14: note: in expansion of macro 'EXTRACT_DIGIT' 361 | case 12: EXTRACT_DIGIT(s, x, 100000000000ULL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ mpdecimal/io.c:362:14: note: in expansion of macro 'EXTRACT_DIGIT' 362 | case 11: EXTRACT_DIGIT(s, x, 10000000000ULL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ mpdecimal/io.c:362:14: note: in expansion of macro 'EXTRACT_DIGIT' 362 | case 11: EXTRACT_DIGIT(s, x, 10000000000ULL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ mpdecimal/io.c:364:14: note: in expansion of macro 'EXTRACT_DIGIT' 364 | case 10: EXTRACT_DIGIT(s, x, 1000000000UL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ mpdecimal/io.c:364:14: note: in expansion of macro 'EXTRACT_DIGIT' 364 | case 10: EXTRACT_DIGIT(s, x, 1000000000UL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ mpdecimal/io.c:365:14: note: in expansion of macro 'EXTRACT_DIGIT' 365 | case 9: EXTRACT_DIGIT(s, x, 100000000UL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ mpdecimal/io.c:365:14: note: in expansion of macro 'EXTRACT_DIGIT' 365 | case 9: EXTRACT_DIGIT(s, x, 100000000UL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ mpdecimal/io.c:366:14: note: in expansion of macro 'EXTRACT_DIGIT' 366 | case 8: EXTRACT_DIGIT(s, x, 10000000UL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ mpdecimal/io.c:366:14: note: in expansion of macro 'EXTRACT_DIGIT' 366 | case 8: EXTRACT_DIGIT(s, x, 10000000UL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ mpdecimal/io.c:367:14: note: in expansion of macro 'EXTRACT_DIGIT' 367 | case 7: EXTRACT_DIGIT(s, x, 1000000UL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ mpdecimal/io.c:367:14: note: in expansion of macro 'EXTRACT_DIGIT' 367 | case 7: EXTRACT_DIGIT(s, x, 1000000UL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ mpdecimal/io.c:368:14: note: in expansion of macro 'EXTRACT_DIGIT' 368 | case 6: EXTRACT_DIGIT(s, x, 100000UL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ mpdecimal/io.c:368:14: note: in expansion of macro 'EXTRACT_DIGIT' 368 | case 6: EXTRACT_DIGIT(s, x, 100000UL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ mpdecimal/io.c:369:14: note: in expansion of macro 'EXTRACT_DIGIT' 369 | case 5: EXTRACT_DIGIT(s, x, 10000UL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ mpdecimal/io.c:369:14: note: in expansion of macro 'EXTRACT_DIGIT' 369 | case 5: EXTRACT_DIGIT(s, x, 10000UL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ mpdecimal/io.c:370:14: note: in expansion of macro 'EXTRACT_DIGIT' 370 | case 4: EXTRACT_DIGIT(s, x, 1000UL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ mpdecimal/io.c:370:14: note: in expansion of macro 'EXTRACT_DIGIT' 370 | case 4: EXTRACT_DIGIT(s, x, 1000UL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ mpdecimal/io.c:371:14: note: in expansion of macro 'EXTRACT_DIGIT' 371 | case 3: EXTRACT_DIGIT(s, x, 100UL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ mpdecimal/io.c:371:14: note: in expansion of macro 'EXTRACT_DIGIT' 371 | case 3: EXTRACT_DIGIT(s, x, 100UL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ mpdecimal/io.c:372:14: note: in expansion of macro 'EXTRACT_DIGIT' 372 | case 2: EXTRACT_DIGIT(s, x, 10UL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ mpdecimal/io.c:372:14: note: in expansion of macro 'EXTRACT_DIGIT' 372 | case 2: EXTRACT_DIGIT(s, x, 10UL, dot); | ^~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -Impdecimal -DNDEBUG -DMPD_NO_FILE_IO -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c mpdecimal/mpalloc.c -o mpdecimal/mpalloc.o gcc -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -Impdecimal -DNDEBUG -DMPD_NO_FILE_IO -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c mpdecimal/mpdecimal.c -o mpdecimal/mpdecimal.o gcc -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -Impdecimal -DNDEBUG -DMPD_NO_FILE_IO -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c mpdecimal/mpsignal.c -o mpdecimal/mpsignal.o gcc -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -Impdecimal -DNDEBUG -DMPD_NO_FILE_IO -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c mpdecimal/numbertheory.c -o mpdecimal/numbertheory.o gcc -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -Impdecimal -DNDEBUG -DMPD_NO_FILE_IO -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c mpdecimal/sixstep.c -o mpdecimal/sixstep.o gcc -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -Impdecimal -DNDEBUG -DMPD_NO_FILE_IO -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c mpdecimal/transpose.c -o mpdecimal/transpose.o gcc -shared -s -static-libgcc -o decimal.dll tmp.def decimal.o core.o init.o mpdecimal/basearith.o mpdecimal/constants.o mpdecimal/context.o mpdecimal/convolute.o mpdecimal/crt.o mpdecimal/difradix2.o mpdecimal/fnt.o mpdecimal/fourstep.o mpdecimal/io.o mpdecimal/mpalloc.o mpdecimal/mpdecimal.o mpdecimal/mpsignal.o mpdecimal/numbertheory.o mpdecimal/sixstep.o mpdecimal/transpose.o -lm -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.6.1/bin/x64 -lR make[1]: Leaving directory '/d/temp/2026_09_09_01_50_00_18435/RtmpAvlBeN/R.INSTALL105e46c555af1/decimal/src' make[1]: Entering directory '/d/temp/2026_09_09_01_50_00_18435/RtmpAvlBeN/R.INSTALL105e46c555af1/decimal/src' make[1]: Leaving directory '/d/temp/2026_09_09_01_50_00_18435/RtmpAvlBeN/R.INSTALL105e46c555af1/decimal/src' installing to d:/Rcompile/CRANpkg/lib/4.6/00LOCK-decimal/00new/decimal/libs/x64 ** 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 ** 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 'decimal' as decimal_0.1.0.zip * DONE (decimal)