search for: llzma

Displaying 20 results from an estimated 44 matches for "llzma".

Did you mean: lzma
2015 Nov 04
2
Building R for AIX in 64-bit mode
...eplaced by XZ. Do not know why, and do not want to. BUT there is no reliable source for LZMA5 (the XZ project only reports LZMA2 and LZMA4). Please see the wiki at: https://en.wikipedia.org/wiki/XZ_Utils Paused for now - awaiting reply > configure:35724: checking for lzma_version_number in -llzma > configure:35757: gcc -maix64 -std=gnu99 -o conftest -I/opt/64/include > -I/opt/buildaix/include -O2 -mminimal-toc -I/opt/buildaix/include > -I/opt/include -L/usr/local/lib conftest.c -llzma -lbz2 -lz -lrt > -ldl -lm -liconv >&5 > configure:35757: $? = 1 > configure:...
2016 May 18
2
Latest R-devel build failing on OS X
.../unix/*.o ../appl/*.o ../nmath/*.o` ../extra/tre/libtre.a ../extra/intl/libintl.a ../extra/tzone/libtz.a -L../../lib/x86_64 -lRblas -L/usr/lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/lib -lgfortran -Wl,-framework -Wl,CoreFoundation -lreadline -lpcre -llzma -lbz2 -lz -licucore -lm -llzma -liconv > Undefined symbols for architecture x86_64: > "_rl_resize_terminal", referenced from: > _Rstd_ReadConsole in sys-std.o > ld: symbol(s) not found for architecture x86_64 > clang: error: linker command failed with exit code 1 (use...
2015 Nov 06
0
Building R for AIX in 64-bit mode
...if test "x${have_lzma}" = xyes; then AC_CACHE_CHECK([if lzma version >= 5.0.3], [r_cv_have_lzma], [AC_LANG_PUSH(C) @@ -3223,11 +3300,9 @@ if test "x${have_lzma}" = xyes; then AC_DEFINE(HAVE_LZMA, 1, [Define if your system has lzma >= 5.0.3.]) LIBS="-llzma ${LIBS}" - fi else - have_lzma="no" + AC_MSG_ERROR("liblzma library and headers are required") fi - AM_CONDITIONAL(BUILD_XZ, [test x${have_lzma} != xyes]) ])# R_LZMA If I read the XZ portal - they say XZ is based on LZMA (and it seems the lzma support you are...
2014 Sep 18
1
difference between install from source and install from repositories
...m a repo. Installation from sources: R CMD config --ldflags -Wl,--export-dynamic -fopenmp -L/home/prana/prana_R/third-party/install/lib/R/lib -lR -lrt -ldl -lm R CMD config CXXFLAGS Installation from repo: R CMD config --ldflags -Wl,--export-dynamic -fopenmp -L/usr/lib/R/lib -lR -lpcre -llzma -lbz2 -lz -lrt -ldl -lm R CMD config CXXFLAGS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g These are the steps that I followed to install from sources ./configure --enable-R-shlib --with-x=no --with-readline=no --prefix=/home/prana/...
2016 May 18
3
Latest R-devel build failing on OS X
....o ../appl/*.o ../nmath/*.o` ../extra/ > tre/libtre.a ../extra/intl/libintl.a ../extra/tzone/libtz.a -L../../lib/x86_64 -lRblas -L/usr/lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/lib -lgfortran -Wl,-framework -Wl,CoreFoundation -lreadline -lpcre -llzma -lbz2 -lz -licucore -lm -llzma -liconv > Undefined symbols for architecture x86_64: > "_rl_mark", referenced from: > _popReadline in sys-std.o > "_rl_readline_state", referenced from: > _popReadline in sys-std.o > "_rl_resize_terminal", r...
2013 Sep 03
4
[LLVMdev] Adding a library to CMake deps
...n cross-compiling LLVM to ARM, using CMake+Ninja, I realized that libxml2 depends on lzma, but the dependency is not explicit on the build.ninja file under the "build bin/c-index-test"'s LINK_LIBRARIES (which is the only one that cares about it). I couldn't find the place to add -llzma into the deps, and the only mention of libxml2 is in config-ix.cmake: find_package(LibXml2) if (LIBXML2_FOUND) set(CLANG_HAVE_LIBXML 1) endif () Which I could do the same with lzma? Any ideas on what the problem is, and possibly how to fix it? thanks, --renato PS: The work around is to edit t...
2016 May 18
0
Latest R-devel build failing on OS X
...unix/*.o ../appl/*.o ../nmath/*.o` ../extra/tre/libtre.a ../extra/intl/libintl.a ../extra/tzone/libtz.a -L../../lib/x86_64 -lRblas -L/usr/lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/lib -lgfortran -Wl,-framework -Wl,CoreFoundation -lreadline -lpcre -llzma -lbz2 -lz -licucore -lm -llzma -liconv Undefined symbols for architecture x86_64: "_rl_resize_terminal", referenced from: _Rstd_ReadConsole in sys-std.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)...
2018 Feb 13
2
R Compilation gets stuck on Windows 64
...> getline/gl.a ../extra/xdr/libxdr.a ../extra/intl/libintl.a > ../extra/trio/libtrio.a ../extra/tzone/libtz.a ../extra/tre/libtre.a > -fopenmp -L. -lgfortran -lquadmath -lRblas -L../../lib -lRgraphapp -lRiconv > -lcomctl32 -lversion -L"D:/R64/extsoft"/lib/x64 -lpcre -lz -lbz2 -llzma > -L"D:/home/ICU"/lib/x64 -lsicuin -lsicuuc -lsicudt -lstdc++ > D:/Rtools/mingw_64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.3/../../../../x86_64-w64-mingw32/bin/ld.exe: > cannot find -lRgraphapp > collect2.exe: error: ld returned 1 exit status > make[4]: *** [R.dll] Error 1 &g...
2016 May 05
1
Max OSX 3.3.0 and lzma
I have lzma installed (in /usr/local) but R-3.3.0 configure doesn't like something about it: checking for lzma_version_number in -llzma... yes checking lzma.h usability... no checking lzma.h presence... no checking for lzma.h... no configure: error: "liblzma library and headers are required" bash-3.2$ ls /usr/local/lib/*lzma* ls /usr/local/lib/*lzma* /usr/local/lib/liblzma.5.dylib /usr/local/lib/liblzma.a /usr/local/...
2016 May 18
0
Latest R-devel build failing on OS X
.../unix/*.o ../appl/*.o ../nmath/*.o` ../extra/tre/libtre.a ../extra/intl/libintl.a ../extra/tzone/libtz.a -L../../lib/x86_64 -lRblas -L/usr/lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/lib -lgfortran -Wl,-framework -Wl,CoreFoundation -lreadline -lpcre -llzma -lbz2 -lz -licucore -lm -llzma -liconv >> Undefined symbols for architecture x86_64: >> "_rl_resize_terminal", referenced from: >> _Rstd_ReadConsole in sys-std.o >> ld: symbol(s) not found for architecture x86_64 >> clang: error: linker command failed wit...
2016 May 18
2
Latest R-devel build failing on OS X
.../unix/*.o ../appl/*.o ../nmath/*.o` ../extra/tre/libtre.a ../extra/intl/libintl.a ../extra/tzone/libtz.a -L../../lib/x86_64 -lRblas -L/usr/lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/lib -lgfortran -Wl,-framework -Wl,CoreFoundation -lreadline -lpcre -llzma -lbz2 -lz -licucore -lm -llzma -liconv > >> Undefined symbols for architecture x86_64: > >> "_rl_resize_terminal", referenced from: > >> _Rstd_ReadConsole in sys-std.o > >> ld: symbol(s) not found for architecture x86_64 > >> clang: error:...
2015 Nov 04
2
Building R for AIX in 64-bit mode
On 2015-10-15 15:02, Prof Brian Ripley wrote: > On 15/10/2015 13:32, Michael Felt wrote: >> Hi. >> >> Just wanted to let you know I am getting close to packaging R for AIX in >> 64.bit mode. > > Which version? (You mentioned 3.1.3 and 3.2.2 far below.) There is > little value in reporting on frozen branches, and most value in > reporting on R-devel where
2015 Nov 04
0
Building R for AIX in 64-bit mode
...vel]./xxx BZ2_version():1.0.6, 6-Sept-2010 And a repeat for lzma it seems... Again, is this really necessary (versus convienent). configure:35706: result: yes configure:35712: checking whether bzip2 support suffices configure:35715: result: no configure:35724: checking for lzma_version_number in -llzma configure:35757: gcc -maix64 -std=gnu99 -o conftest -I/opt/64/include -I/opt/buildaix/include -O2 -mminimal-toc -I/opt/buildaix/include -I/opt/include -L/usr/local/lib conftest.c -llzma -lbz2 -lz -lrt -ldl -lm -liconv >&5 configure:35757: $? = 1 configure: failed program was: configure...
2018 Feb 09
2
R Compilation gets stuck on Windows 64
On Fri, Feb 9, 2018 at 9:29 AM, Kenny Bell <kmbell56 at gmail.com> wrote: > I suggest that you work off the build process in the rwinlib repository so > you are starting from something that you know works and already incorporates > the set of dependencies you need. Hello, Kenny. For what it's worth I've been successfully building R+OpenBLAS on Windows64 since 2013, which
2016 May 18
2
Latest R-devel build failing on OS X
Dear R-devel, The latest version of R-devel (05-17) is throwing an error for me when building on OS X (v 10.11.4): making Rembedded.d from Rembedded.c making dynload.d from dynload.c making system.d from system.c making sys-unix.d from sys-unix.c making sys-std.d from sys-std.c making X11.d from X11.c clang -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H
2016 May 19
0
Latest R-devel build failing on OS X
...extra/intl/libintl.a >> ../extra/tzone/libtz.a -L../../lib/x86_64 -lRblas >> -L/usr/lib/gcc/i686-apple-darwin11/4.2.1/x86_64 >> -L/usr/lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/lib >> -lgfortran -Wl,-framework -Wl,CoreFoundation -lreadline >> -lpcre -llzma -lbz2 -lz -licucore -lm -llzma -liconv >> >> Undefined symbols for architecture x86_64: >> >> "_rl_resize_terminal", referenced from: >> >> _Rstd_ReadConsole in sys-std.o >> ld: symbol(s) not found >> for architecture x86_64...
2018 Feb 13
2
R Compilation gets stuck on Windows 64
...r.a ../extra/intl/libintl.a >> > ../extra/trio/libtrio.a ../extra/tzone/libtz.a ../extra/tre/libtre.a >> > -fopenmp -L. -lgfortran -lquadmath -lRblas -L../../lib -lRgraphapp >> -lRiconv >> > -lcomctl32 -lversion -L"D:/R64/extsoft"/lib/x64 -lpcre -lz -lbz2 -llzma >> > -L"D:/home/ICU"/lib/x64 -lsicuin -lsicuuc -lsicudt -lstdc++ >> > D:/Rtools/mingw_64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.3/. >> ./../../../x86_64-w64-mingw32/bin/ld.exe: >> > cannot find -lRgraphapp >> > collect2.exe: error: ld returned 1 ex...
2016 May 18
0
Latest R-devel build failing on OS X
...nix/*.o ../appl/*.o ../nmath/*.o` ../extra/ tre/libtre.a ../extra/intl/libintl.a ../extra/tzone/libtz.a -L../../lib/x86_64 -lRblas -L/usr/lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/lib -lgfortran -Wl,-framework -Wl,CoreFoundation -lreadline -lpcre -llzma -lbz2 -lz -licucore -lm -llzma -liconv Undefined symbols for architecture x86_64: "_rl_mark", referenced from: _popReadline in sys-std.o "_rl_readline_state", referenced from: _popReadline in sys-std.o "_rl_resize_terminal", referenced from: _Rstd_Rea...
2010 Oct 03
2
R-beta_2010-10-02_r53128 fails to compile on FreeBSD
.../usr/local/lib -o R.bin Rmain.o libR.a -L../../lib -lRblas -L/usr/local/lib/gcc44/gcc/x86_64-portbld-freebsd9.0/4.4.5 -L/usr/local/x86_64-portbld-freebsd9.0/lib -L/usr/local/lib/gcc44 -lgfortran -lm /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib -lreadline -llzma -lm -liconv -licuuc -licui18n libR.a(sysutils.o)(.text+0x1d5d): In function `R_system': /usr/local/R-beta/src/main/sysutils.c:289: undefined reference to `WIFEXITED' libR.a(sysutils.o)(.text+0x1d76):/usr/local/R-beta/src/main/sysutils.c:289: undefined reference to `WEXITSTATUS' libR....
2015 Jul 21
2
' --enable-R-shlib' problem when setting up R-devel in Linux Mint 17.1 64-bit
...9;~/svn/r-devel' as my local copy of r-devel) on: https://stat.ethz.ch/pipermail/r-sig-debian/2012-August/001935.html After running that script, the error message I get is: `ls ../unix/*.o ../appl/*.o ../nmath/*.o` ../extra/tre/libtre.a -lblas -lgfortran -lm -lquadmath -lreadline -lpcre -llzma -lbz2 -lz -lrt -ldl -lm -licuuc -licui18n /usr/bin/ld: ../appl/dchdc.o: relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -fPIC ../appl/dchdc.o: error adding symbols: Bad value collect2: error: ld returned 1 exit status make[3]: *** [libR.so] E...