base64enc
About base64enc
|
Version: 0.1-4
Result: WARNING Check time: 2022-11-30 04:23 Install log for Linux* installing *source* package ‘base64enc’ ... ** using staged installation ** libs gcc -I"/www/rforge/sys/debian-11/usr/R/4.3/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -c base64.c -o base64.o gcc -I"/www/rforge/sys/debian-11/usr/R/4.3/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -c dummy.c -o dummy.o dummy.c:5:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] 5 | extern void R_registerRoutines(); | ^~~~~~ dummy.c:6:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] 6 | extern void R_useDynamicSymbols(); | ^~~~~~ dummy.c:8:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes] 8 | void dummy() { | ^~~~~ gcc -I"/www/rforge/sys/debian-11/usr/R/4.3/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -c uriencode.c -o uriencode.o gcc -I"/www/rforge/sys/debian-11/usr/R/4.3/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -c utf8.c -o utf8.o gcc -shared -L/www/rforge/sys/debian-11/usr/R/4.3/lib -L/usr/local/lib -o base64enc.so base64.o dummy.o uriencode.o utf8.o -L/www/rforge/sys/debian-11/usr/R/4.3/lib -lR installing to /00LOCK-base64enc/00new/base64enc/libs ** R ** 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 ** 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 (base64enc) Build log for Windows 7 (R 3.0.x) (base64enc 0.1-1) * installing to library 'z:/rforge/Rlib/win7-3.0' * installing *source* package 'base64enc' ... ** libs *** arch - i386 gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c base64.c -o base64.o gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c uriencode.c -o uriencode.o gcc -m32 -shared -s -static-libgcc -o base64enc.dll tmp.def base64.o uriencode.o -Ld:/RCompile/CRANpkg/extralibs64/local/lib/i386 -Ld:/RCompile/CRANpkg/extralibs64/local/lib -LC:/PROGRA~1/r/r-3.0/bin/i386 -lR installing to z:/rforge/Rlib/win7-3.0/base64enc/libs/i386 *** arch - x64 gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c base64.c -o base64.o gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c uriencode.c -o uriencode.o gcc -m64 -shared -s -static-libgcc -o base64enc.dll tmp.def base64.o uriencode.o -Ld:/RCompile/CRANpkg/extralibs64/local/lib/x64 -Ld:/RCompile/CRANpkg/extralibs64/local/lib -LC:/PROGRA~1/r/r-3.0/bin/x64 -lR installing to z:/rforge/Rlib/win7-3.0/base64enc/libs/x64 ** R ** preparing package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded *** arch - i386 *** arch - x64 * MD5 sums packaged installation of 'base64enc' as base64enc_0.1-1.zip * DONE (base64enc) |