2002.02.18 12:58 "List traffic....? Help", by Alister Clinton Tevlin

2002.02.18 13:14 "RE: List traffic....? Help", by Michael Payne

You need to link the libtiff library and the math library like so:

gcc readtif.c -ltiff -lm

Hope this helps!