search for: lzma_alone_decoder

Displaying 3 results from an estimated 3 matches for "lzma_alone_decoder".

2013 Mar 15
0
[PATCH 4.1] Add DomU xz kernel decompression
...ned char *out_buf; unsigned char *tmp_buf; @@ -201,14 +200,13 @@ static int xc_try_lzma_decode( if ( dom->kernel_size == 0) { - DOMPRINTF("LZMA: Input is 0 size"); + DOMPRINTF("%s: Input is 0 size", what); return -1; } - ret = lzma_alone_decoder(&stream, 128*1024*1024); if ( ret != LZMA_OK ) { - DOMPRINTF("LZMA: Failed to init stream decoder"); + DOMPRINTF("%s: Failed to init decoder", what); return -1; } @@ -220,22 +218,22 @@ static int xc_try_lzma_decode( out_buf = mall...
2017 Apr 20
1
Intel MKL compiling issue
...y using -rpath or -rpath-link) /usr/bin/ld: warning: liblzma.so.5, needed by ../../lib/libR.so, not found (try using -rpath or -rpath-link) ../../lib/libR.so: undefined reference to `pcre_exec' ../../lib/libR.so: undefined reference to `pcre_study' ../../lib/libR.so: undefined reference to `lzma_alone_decoder at XZ_5.0' ../../lib/libR.so: undefined reference to `pcre_fullinfo' ../../lib/libR.so: undefined reference to `lzma_stream_decoder at XZ_5.0' ../../lib/libR.so: undefined reference to `pcre_version' ../../lib/libR.so: undefined reference to `pcre_maketables' ../../lib/libR.so:...
2017 Apr 20
2
Intel MKL compiling issue
Dear R-developers, I would appreciate any insights over compiling R 3.4 with Intel MKL -- I have been successful until R 3.3.3 but now it stops complaining about pcre though it worked without Intel MKL as follows, ./configure LDFLAGS=-L/genetics/data/software/lib CFLAGS=-fPIC -I/genetics/data/software/include --enable-R-shlib I have used, export MKL_NUM_THREADS=15 export