On Tue, May 18, 2004 at 03:44:51PM -0700, Matt Massie wrote:
> i'm concerned about the portability of 2.6.0.  i think it's only been
> test on linux and freebsd so far.  we have eight or so oses out there
> that use ganglia. 

It's worse then that actually.  I haven't sucessfully run 2.6 on FreeBSD
at all.  I suspect the threading fixes you made a while back might fix
the probems I was seeing, but at this point it doesn't even compile due to:

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -D_REENTRANT -Wall -c 
gzio.c -MT gzio.lo -MD -MP -MF .deps/gzio.TPlo  -fPIC -DPIC -o .libs/gzio.lo
gzio.c:24: error: redefinition of `struct internal_state'
gzio.c: In function `gz_open':
gzio.c:163: error: `Z_RLE' undeclared (first use in this function)
gzio.c:163: error: (Each undeclared identifier is reported only once
gzio.c:163: error: for each function it appears in.)
...

The lines above that only compile due to a hidden dependency on
installed zlib headers.

-- Brooks

Attachment: pgp18PWMKIhKJ.pgp
Description: PGP signature

Reply via email to