Skip to content
Prev 24392 / 63424 Next

zlib+shlib issue with the official EL4 R binary

Prof Brian Ripley wrote:
Hmm, I have always thought it is the reverse - i.e. when R is built
with shlib, the internal version of zlib is exposed to packages' so?

gzeof() is just for detecting end of file - I don't think it is
a "sensitive" use of zlib. It is just better to be able to tell when
read failed, whether one has *actually* reach end of file or not.

I'll try bundling the latest zlib with my package and see if it
makes any differences... thanks!

Hin-Tak