search for: deflateinit_

Displaying 7 results from an estimated 7 matches for "deflateinit_".

2018 Mar 31
1
using llvm DataFlowSanitizer error
...arams' ../libtiff/libtiff.so.5.2.5: undefined reference to `dfs$deflate' ../libtiff/libtiff.so.5.2.5: undefined reference to `dfs$jpeg_start_compress' ../libtiff/libtiff.so.5.2.5: undefined reference to `dfs$jpeg_set_defaults' ../libtiff/libtiff.so.5.2.5: undefined reference to `dfs$deflateInit_' ../libtiff/libtiff.so.5.2.5: undefined reference to `dfs$deflateEnd' ../libtiff/libtiff.so.5.2.5: undefined reference to `dfs$inflateSync' ../libtiff/libtiff.so.5.2.5: undefined reference to `dfs$jpeg_set_colorspace' ../libtiff/libtiff.so.5.2.5: undefined reference to `dfs$jpeg_wri...
2018 Apr 01
0
using llvm DataFlowSanitizer error
...f/libtiff.so.5.2.5: undefined reference to `dfs$deflate' > ../libtiff/libtiff.so.5.2.5: undefined reference to > `dfs$jpeg_start_compress' > ../libtiff/libtiff.so.5.2.5: undefined reference to `dfs$jpeg_set_defaults' > ../libtiff/libtiff.so.5.2.5: undefined reference to `dfs$deflateInit_' > ../libtiff/libtiff.so.5.2.5: undefined reference to `dfs$deflateEnd' > ../libtiff/libtiff.so.5.2.5: undefined reference to `dfs$inflateSync' > ../libtiff/libtiff.so.5.2.5: undefined reference to > `dfs$jpeg_set_colorspace' > ../libtiff/libtiff.so.5.2.5: undefined r...
2007 Jan 30
1
Solaris 10 compilation issue
...c2_ registration.o ptr_R_addhistory ../unix/libunix.a(stubs.o) Rf_InitFunctionHashing Rdynload.o R_FlushConsole errors.o Rf_gamma_cody arithmetic.o Rf_dwilcox arithmetic.o deflateInit_ ../extra/zlib/libz.a(compress.o) rmultinom random.o Rf_dbeta arithmetic.o Rf_dgeom arithmetic.o Rf_dpois arithmetic.o Rf_dunif arithmetic.o Rf...
2007 Jan 30
1
Difficulty with compiling R-2.4.1 on solaris 10
...c2_ registration.o ptr_R_addhistory ../unix/libunix.a(stubs.o) Rf_InitFunctionHashing Rdynload.o R_FlushConsole errors.o Rf_gamma_cody arithmetic.o Rf_dwilcox arithmetic.o deflateInit_ ../extra/zlib/libz.a(compress.o) rmultinom random.o Rf_dbeta arithmetic.o Rf_dgeom arithmetic.o Rf_dpois arithmetic.o Rf_dunif arithmetic.o Rf...
2007 Jan 30
0
R Compiling issue
...o names.o Rf_dnchisq arithmetic.o Rf_dnbinom arithmetic.o pcre_study character.o R_ShowMessage CommandLineArgs.o dqrdc2_ registration.o ptr_R_addhistory ../unix/libunix.a(stubs.o) Rf_InitFunctionHashing Rdynload.o R_FlushConsole errors.o Rf_gamma_cody arithmetic.o Rf_dwilcox arithmetic.o deflateInit_ ../extra/zlib/libz.a(compress.o) rmultinom random.o Rf_dbeta arithmetic.o Rf_dgeom arithmetic.o Rf_dpois arithmetic.o Rf_dunif arithmetic.o Rf_fmin2 engine.o Rf_fmax2 engine.o Rf_fprec arithmetic.o Rf_fsign complex.o Rf_imin2 scan.o Rf_imax2 bind.o Rf_lbeta arithmetic.o Rf_pbeta arithm...
2007 Jan 30
0
Issue with compiling R on solaris 10
...c2_ registration.o ptr_R_addhistory ../unix/libunix.a(stubs.o) Rf_InitFunctionHashing Rdynload.o R_FlushConsole errors.o Rf_gamma_cody arithmetic.o Rf_dwilcox arithmetic.o deflateInit_ ../extra/zlib/libz.a(compress.o) rmultinom random.o Rf_dbeta arithmetic.o Rf_dgeom arithmetic.o Rf_dpois arithmetic.o Rf_dunif arithmetic.o Rf...
2002 Jan 30
1
Patch: update zlib/* to 1.1.3
...crc with the bytes buf[0..len-1] and return the updated crc. If buf is NULL, this function returns the required initial value @@ -853,16 +858,16 @@ /* deflateInit and inflateInit are macros to allow checking the zlib version * and the compiler's view of z_stream: */ -extern int ZEXPORT deflateInit_ OF((z_streamp strm, int level, - const char *version, int stream_size)); -extern int ZEXPORT inflateInit_ OF((z_streamp strm, - const char *version, int stream_size)); -extern int ZEXPORT deflateInit2_ OF((z_streamp strm, int le...