Hi,
I've got some (new) problems compiling transode (both versions 1.0.3 and
1.0.4rc5) under debian unstable.
when i ./configure, the script stops telling me that:
"checking for gzopen in -lz... no
configure: error: transcode depends on libz, but cannot links against libz"
It looks like it cannot find the libz, but i obviousely have it installed.
i am pasting some commands output.
>ldd /usr/lib/libz.so.1
linux-gate.so.1 => (0xffffe000)
libc.so.6 => /lib/libc.so.6 (0xb7e60000)
/lib/ld-linux.so.2 (0x80000000)
>ldconfig -v |grep libz
libz.so.1 -> libz.so.1.2.3.3
I also tried to update libz and gcc and linking directely the libz
library with the $LIBS environment variable but it did not help.
Probably it is a problem of my system, but it's strange (?) because i
only installed official debian packages.
Any suggestions?
Thanks