* installing *source* package 'ssh' ... ** using staged installation ********************************************** WARNING: this package has a configure script It probably needs manual configuration ********************************************** ** libs using C compiler: 'gcc.exe (GCC) 13.2.0' rm -f ssh.dll command.o init.o scp.o session.o tunnel.o writer.o "D:/RCompile/recent/R/bin/x64/Rscript.exe" "../tools/winlibs.R" [1] TRUE gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/libssh/include -DLIBSSH_STATIC -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -DSTRICT_R_HEADERS=1 -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c command.c -o command.o In file included from command.c:1: myssh.h:2: warning: "STRICT_R_HEADERS" redefined 2 | #define STRICT_R_HEADERS | : note: this is the location of the previous definition gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/libssh/include -DLIBSSH_STATIC -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -DSTRICT_R_HEADERS=1 -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c init.c -o init.o init.c:2: warning: "STRICT_R_HEADERS" redefined 2 | #define STRICT_R_HEADERS | : note: this is the location of the previous definition gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/libssh/include -DLIBSSH_STATIC -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -DSTRICT_R_HEADERS=1 -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c scp.c -o scp.o In file included from scp.c:10: myssh.h:2: warning: "STRICT_R_HEADERS" redefined 2 | #define STRICT_R_HEADERS | : note: this is the location of the previous definition gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/libssh/include -DLIBSSH_STATIC -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -DSTRICT_R_HEADERS=1 -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c session.c -o session.o In file included from session.c:1: myssh.h:2: warning: "STRICT_R_HEADERS" redefined 2 | #define STRICT_R_HEADERS | : note: this is the location of the previous definition gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/libssh/include -DLIBSSH_STATIC -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -DSTRICT_R_HEADERS=1 -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c tunnel.c -o tunnel.o In file included from tunnel.c:18: myssh.h:2: warning: "STRICT_R_HEADERS" redefined 2 | #define STRICT_R_HEADERS | : note: this is the location of the previous definition gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/libssh/include -DLIBSSH_STATIC -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -DSTRICT_R_HEADERS=1 -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c writer.c -o writer.o gcc -shared -s -static-libgcc -o ssh.dll tmp.def command.o init.o scp.o session.o tunnel.o writer.o -L../windows/libssh/lib-13.2.0/x64 -L../windows/libssh/lib -lssh -lcrypto -lz -lpthread -lws2_32 -lgdi32 -lcrypt32 -liphlpapi -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR installing to d:/RCompile/CRANincoming/R-devel/lib/00LOCK-ssh/00new/ssh/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 * DONE (ssh)