Ethereal-users: [Ethereal-users] libwiretap.a(toshiba.o) compile issue

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Walter <walter@xxxxxxxxxxxx>
Date: Sat, 04 Aug 2001 14:09:40 +1000
I get this when attempting to compile on a reasonably clean, 
reasonably recent Slackware 7.x system...

wiretap/libwiretap.a(toshiba.o): In function `toshiba_check_file_type':
/root/ethereal-0.8.19/wiretap/toshiba.c:153: undefined reference to
`gzgets'
wiretap/libwiretap.a(toshiba.o): In function `parse_toshiba_rec_hdr':
/root/ethereal-0.8.19/wiretap/toshiba.c:266: undefined reference to
`gzgets'
/root/ethereal-0.8.19/wiretap/toshiba.c:295: undefined reference to
`gzgets'
wiretap/libwiretap.a(toshiba.o): In function `parse_toshiba_hex_dump':
/root/ethereal-0.8.19/wiretap/toshiba.c:353: undefined reference to
`gzgets'

0.8.18 did this too, haven't checked earlier releases.

- Walter