search for: gzgetc

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

Did you mean: zgetc
2002 Apr 18
1
trouble compiling R on Irix
Dear R-help, I'm trying to compile R-1.4.1 on Irix, and run into the following error when making R.bin: The linker (ld32) complained that "gzeof", "gzgetc", "gztell", and "gzseek" are unresolved symbols in connection.o. Are these supposed to be in libz.a? My suspicion is that maybe the libz.a on this system is outdated. Any hints? TIA! Andy ------------------------------------------------------------------------------ N...
2007 Mar 29
1
zlib+shlib issue with the official EL4 R binary
Hi, I have got a curious issue with an R package which uses zlib, against the official binary here: http://cran.r-project.org/bin/linux/redhat/el4/i386/R-2.4.1-1.rh4AS.i386.rpm on a Redhat EL4 i686 system. The problem is that at the end of reading a gzip'ed file within my C code, gzgetc() returns -1 (no more to read or error) but gzeof() doesn't return true. Now one can probably jump to conclusion that this is a zlib problem (or mine), but it is not. Here is the summary table (my package binary is the same one on the four 2.4.1 cases below - built against the official EL4 bina...
2007 Jan 30
1
Solaris 10 compilation issue
...o dsvdc_ registration.o dtrco_ registration.o dtrsl_ registration.o wilcox_free registration.o fdhess optimize.o R_ShowFiles platform.o gzgetc connections.o gzopen connections.o gzread connections.o gzseek connections.o gztell connections.o BZ2_bzReadOpen connections.o R_zero...
2007 Jan 30
1
Difficulty with compiling R-2.4.1 on solaris 10
...o dsvdc_ registration.o dtrco_ registration.o dtrsl_ registration.o wilcox_free registration.o fdhess optimize.o R_ShowFiles platform.o gzgetc connections.o gzopen connections.o gzread connections.o gzseek connections.o gztell connections.o BZ2_bzReadOpen connections.o R_zero...
2007 Jan 30
0
R Compiling issue
...poco_ registration.o dpodi_ registration.o dpofa_ registration.o dposl_ registration.o dqrdc_ registration.o dqrls_ registration.o dqrsl_ registration.o dsvdc_ registration.o dtrco_ registration.o dtrsl_ registration.o wilcox_free registration.o fdhess optimize.o R_ShowFiles platform.o gzgetc connections.o gzopen connections.o gzread connections.o gzseek connections.o gztell connections.o BZ2_bzReadOpen connections.o R_zeroin optimize.o ptr_R_savehistory ../unix/libunix.a(stubs.o) loglin registration.o lowess registration.o machar platform.o ptr_R_loadhistory ../unix/libunix....
2007 Jan 30
0
Issue with compiling R on solaris 10
...o dsvdc_ registration.o dtrco_ registration.o dtrsl_ registration.o wilcox_free registration.o fdhess optimize.o R_ShowFiles platform.o gzgetc connections.o gzopen connections.o gzread connections.o gzseek connections.o gztell connections.o BZ2_bzReadOpen connections.o R_zero...
2002 Jan 30
1
Patch: update zlib/* to 1.1.3
...r. */ -extern int ZEXPORT gzputc OF((gzFile file, int c)); +ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c)); /* Writes c, converted to an unsigned char, into the compressed file. gzputc returns the value that was written, or -1 in case of error. */ -extern int ZEXPORT gzgetc OF((gzFile file)); +ZEXTERN int ZEXPORT gzgetc OF((gzFile file)); /* Reads one byte from the compressed file. gzgetc returns this byte or -1 in case of end of file or error. */ -extern int ZEXPORT gzflush OF((gzFile file, int flush)); +ZEXTERN int ZEXPORT gzflush OF((gzFile...