forty-two
07-20-2002, 01:06 PM
Hey all,
I'm running Debian 2.2r6, along with gcc 3.1.1, and casey's qt-gcc3 deb package. However, during the make, I come across this error... I think it has something to do with zlib, but not sure.
decode.o: In function `EQDecode::InflatePacket(unsigned char const*, unsigned, unsigned char*, unsigned*)':
/root/seq/showeq/src/decode.cpp:488: undefined reference to `ssh_z_inflateInit2_'
/root/seq/showeq/src/decode.cpp:495: undefined reference to `ssh_z_inflate'
/root/seq/showeq/src/decode.cpp:509: undefined reference to `ssh_z_inflateEnd'
/root/seq/showeq/src/decode.cpp:499: undefined reference to `ssh_z_inflateEnd'
collect2: ld returned 1 exit status
make[3]: *** [showeq] Error 1
make[3]: Leaving directory `/root/seq/showeq/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/root/seq/showeq/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/seq/showeq'
make: *** [all] Error 2
I'm running Debian 2.2r6, along with gcc 3.1.1, and casey's qt-gcc3 deb package. However, during the make, I come across this error... I think it has something to do with zlib, but not sure.
decode.o: In function `EQDecode::InflatePacket(unsigned char const*, unsigned, unsigned char*, unsigned*)':
/root/seq/showeq/src/decode.cpp:488: undefined reference to `ssh_z_inflateInit2_'
/root/seq/showeq/src/decode.cpp:495: undefined reference to `ssh_z_inflate'
/root/seq/showeq/src/decode.cpp:509: undefined reference to `ssh_z_inflateEnd'
/root/seq/showeq/src/decode.cpp:499: undefined reference to `ssh_z_inflateEnd'
collect2: ld returned 1 exit status
make[3]: *** [showeq] Error 1
make[3]: Leaving directory `/root/seq/showeq/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/root/seq/showeq/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/seq/showeq'
make: *** [all] Error 2