search for: getfmts

Displaying 14 results from an estimated 14 matches for "getfmts".

Did you mean: getbits
2016 Mar 14
2
Help with libiconv problem
.... I'm hoping thie make log might trigger something in the readers of this list: gcc -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L../../../../lib -L/usr/local/lib -o tools.so text.o init.o Rmd5.o md5.o signals.o install.o getfmts.o http.o gramLatex.o gramRd.o -L../../../../lib -lR -Wl,-framework -Wl,CoreFoundation mkdir ../../../../library/tools/libs installing 'sysdata.rda' Warning messages: 1: In strptime(paste(.leap.seconds, "23:59:60"), "%Y-%m-%d %H:%M:%S") : unknown timezone 'America...
2014 Jan 18
1
Error when making R in Windows
...To do so, I just use ¡±make all recommended¡± as mentioned in the documents and it does work for R 2.15.2. However, for R 3.0.2, I get the following error message, gcc -shared -s -static-libgcc -o tools.dll tmp.def text.o init.o Rmd5.o md5.o signals.o install.o getfmts.o http.o gramLatex.o gramRd. o ../../../gnuwin32/dllversion.o -L../.././../bin/i386 -lR Error in parse(n = -1, file = file, srcfile = NULL, keep.source = FALSE) : invalid multibyte character in parser at line 32021 Error: unable to load R code in package 'tools' Execution halted make...
2014 Oct 24
1
Error: Line starting 'Package: tools ...' is malformed!
...on AIX 7.1. It was going well until I hit this: xlc_r -q64 -Wl,-brtl -Wl,-G -Wl,-bexpall -Wl,-bnoentry -lc -L/opt/freeware/lib64 -L/opt/freeware/lib -Wl,-blibpath:/opt/freeware/lib64:/opt/freeware/lib:/usr/lib:/lib -Wl,-bmaxdata:0x80000000 -o tools.so text.o init.o Rmd5.o md5.o signals.o install.o getfmts.o http.o gramLatex.o gramRd.o -lm make[6]: Entering directory `/home/meb/source/R-3.1.1/src/library/tools/src' mkdir -p -- ../../../../library/tools/libs make[6]: Leaving directory `/home/meb/source/R-3.1.1/src/library/tools/src' make[5]: Leaving directory `/home/meb/source/R-3.1.1/src/libr...
2015 Aug 31
2
R doesn't compile on FreeBSD 10.2
On FreeBSD 10.2, I get the following error when compiling R from the Subversion trunk (with "configure && make"): cc -shared -L/usr/local/lib -o tools.so text.o init.o Rmd5.o md5.o signals.o install.o getfmts.o http.o gramLatex.o gramRd.o mkdir ../../../../library/tools/libs installing 'sysdata.rda' Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared object '/usr/home/davor/R-dev/R-trunk/library/tools/libs/tools.so': /usr/home/davor/R-dev/R-tr...
2015 Oct 09
2
R 3.2.2 64 bit compilation error on AIX
...src/include -DHAVE_CONFIG_H -I../../../../src/main -I/usr/local/include -mminimal-toc -O2 -g -mcpu=power6 -c gramRd.c -o gramRd.o gcc -maix64 -pthread -std=gnu99 -shared -Wl,-brtl -Wl,-G -Wl,-bexpall -Wl,-bnoentry -lc -L/usr/local/lib -o tools.so text.o init.o Rmd5.o md5.o signals.o install.o getfmts.o http.o gramLatex.o gramRd.o -lm -lintl make[6]: Entering directory '/sas/data04/vinh/R-3.2.2/src/library/tools/src' mkdir -p -- ../../../../library/tools/libs make[6]: Leaving directory '/sas/data04/vinh/R-3.2.2/src/library/tools/src' make[5]: Leaving directory '/sas/data0...
2015 Aug 31
2
R doesn't compile on FreeBSD 10.2
...yes (I thought this, and more, would be included in config.log, but please let me know if there is other place to get the configuration details that are relevant.) Still the same error: --- tools.so --- cc -shared -L/usr/local/lib -o tools.so text.o init.o Rmd5.o md5.o signals.o install.o getfmts.o http.o gramLatex.o gramRd.o --- all --- --- shlib --- mkdir ../../../../library/tools/libs --- sysdata --- installing 'sysdata.rda' Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared object '/usr/home/davor/R-3.2.2/library/tools/libs/tools.so'...
2016 Mar 14
0
Help with libiconv problem
...g might > trigger something in the readers of this list: > > gcc -dynamiclib -Wl,-headerpad_max_install_names -undefined > dynamic_lookup -single_module -multiply_defined suppress > -L../../../../lib -L/usr/local/lib -o tools.so text.o init.o Rmd5.o > md5.o signals.o install.o getfmts.o http.o gramLatex.o gramRd.o > -L../../../../lib -lR -Wl,-framework -Wl,CoreFoundation > mkdir ../../../../library/tools/libs > installing 'sysdata.rda' > Warning messages: > 1: In strptime(paste(.leap.seconds, "23:59:60"), "%Y-%m-%d %H:%M:%S") : >...
2015 Oct 09
0
R 3.2.2 64 bit compilation error on AIX
...gt; -I../../../../src/main -I/usr/local/include -mminimal-toc -O2 -g > -mcpu=power6 -c gramRd.c -o gramRd.o > > gcc -maix64 -pthread -std=gnu99 -shared -Wl,-brtl -Wl,-G -Wl,-bexpall > -Wl,-bnoentry -lc -L/usr/local/lib -o tools.so text.o init.o Rmd5.o > md5.o signals.o install.o getfmts.o http.o gramLatex.o gramRd.o -lm > -lintl > > make[6]: Entering directory '/sas/data04/vinh/R-3.2.2/src/library/tools/src' > > mkdir -p -- ../../../../library/tools/libs > > make[6]: Leaving directory '/sas/data04/vinh/R-3.2.2/src/library/tools/src' > > m...
2015 Aug 31
0
R doesn't compile on FreeBSD 10.2
...th "configure && make"): You have not told us which revision. A basic check is to see if you can build the latest released version, as the trunk is 'Under development'. > > cc -shared -L/usr/local/lib -o tools.so text.o init.o Rmd5.o md5.o signals.o install.o getfmts.o http.o gramLatex.o gramRd.o > mkdir ../../../../library/tools/libs > installing 'sysdata.rda' > Error in dyn.load(file, DLLpath = DLLpath, ...) : > unable to load shared object '/usr/home/davor/R-dev/R-trunk/library/tools/libs/tools.so': >...
2015 Sep 01
2
R doesn't compile on FreeBSD 10.2
...that are relevant.) > > You need to tell us exactly which commands you used: nowhere records > everything. > >> >> Still the same error: >> >> --- tools.so --- >> cc -shared -L/usr/local/lib -o tools.so text.o init.o Rmd5.o md5.o signals.o install.o getfmts.o http.o gramLatex.o gramRd.o >> --- all --- >> --- shlib --- >> mkdir ../../../../library/tools/libs >> --- sysdata --- >> installing 'sysdata.rda' >> Error in dyn.load(file, DLLpath = DLLpath, ...) : >> unable to load shared...
2015 Dec 16
2
Building R in 64-bit mode
...rectory '/data/prj/cran/32/R-3.2.3/src/library' root at x065:[/data/prj/cran/32/R-3.2.3] The same command, but as 64-bit stops at: gcc -maix64 -mcpu=power5 -std=gnu99 -shared -Wl,-G -Wl,-bnoentry -lc -L../../../../lib -L/opt/lib -o tools.so text.o init.o Rmd5.o md5.o signals.o install.o getfmts.o http. o gramLatex.o gramRd.o -lm -L../../../../lib -lR /opt/lib/libintl.a /opt/lib/libiconv.a -lpthread -lc ld: 0711-224 WARNING: Duplicate symbol: Rf_yylval ld: 0711-224 WARNING: Duplicate symbol: Rf_yychar ld: 0711-224 WARNING: Duplicate symbol: Rf_yynerrs ld: 0711-345 Use the -bloadmap or -bn...
2015 Sep 01
0
R doesn't compile on FreeBSD 10.2
...to get the configuration details > that are relevant.) You need to tell us exactly which commands you used: nowhere records everything. > > Still the same error: > > --- tools.so --- > cc -shared -L/usr/local/lib -o tools.so text.o init.o Rmd5.o md5.o signals.o install.o getfmts.o http.o gramLatex.o gramRd.o > --- all --- > --- shlib --- > mkdir ../../../../library/tools/libs > --- sysdata --- > installing 'sysdata.rda' > Error in dyn.load(file, DLLpath = DLLpath, ...) : > unable to load shared object '/usr/home/davor...
2015 Sep 01
0
R doesn't compile on FreeBSD 10.2
...; You need to tell us exactly which commands you used: nowhere records >> everything. >> >>> >>> Still the same error: >>> >>> --- tools.so --- >>> cc -shared -L/usr/local/lib -o tools.so text.o init.o Rmd5.o md5.o signals.o install.o getfmts.o http.o gramLatex.o gramRd.o >>> --- all --- >>> --- shlib --- >>> mkdir ../../../../library/tools/libs >>> --- sysdata --- >>> installing 'sysdata.rda' >>> Error in dyn.load(file, DLLpath = DLLpath, ...) : >&...
2015 Dec 16
0
Building R in 64-bit mode
...3.2.3/src/library' > root at x065:[/data/prj/cran/32/R-3.2.3] > > The same command, but as 64-bit stops at: > > gcc -maix64 -mcpu=power5 -std=gnu99 -shared -Wl,-G -Wl,-bnoentry -lc > -L../../../../lib -L/opt/lib -o tools.so text.o init.o Rmd5.o md5.o > signals.o install.o getfmts.o http. > o gramLatex.o gramRd.o -lm -L../../../../lib -lR /opt/lib/libintl.a > /opt/lib/libiconv.a -lpthread -lc > ld: 0711-224 WARNING: Duplicate symbol: Rf_yylval > ld: 0711-224 WARNING: Duplicate symbol: Rf_yychar > ld: 0711-224 WARNING: Duplicate symbol: Rf_yynerrs > ld: 071...