Re: gzip/bzip2 C library

2000-02-21 Thread Eric G . Miller
On Mon, Feb 21, 2000 at 11:37:44AM +1100, Shao Zhang wrote: > Hi, > Does anyone know where I can find the C libraries for > gzip/bzip2, so that I can use it to read gziped files in a C program. > > Thanks. > > Shao. You want: zlib1g-dev # gzip type compression libbz2-dev

Re: gzip/bzip2 C library

2000-02-21 Thread Brad
On Mon, Feb 21, 2000 at 11:37:44AM +1100, Shao Zhang wrote: > > Does anyone know where I can find the C libraries for > gzip/bzip2, so that I can use it to read gziped files in a C program. i don't know about slink, but in potato/woody you can get zlib1g and libbz2. Don't forget the co