<br><br><div class="gmail_quote">2009/9/16 Daniel Pittman <span dir="ltr"><<a href="mailto:daniel@rimspace.net">daniel@rimspace.net</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im"><a href="mailto:mitch@ucc.gu.uwa.edu.au">mitch@ucc.gu.uwa.edu.au</a> writes:<br>
<br>
>      -L/usr/local/lib -ltiff  -lz  -L../regex -lregex<br>
> /usr/bin/gcc        -D__ANSI_CPP__ -I. -I.. -I.././regex -I.././util<br>
> -I.././util -I/usr/local/include -g -fpic -O  -o faxmsg  .././util/faxmsg.c<br>
> -L../util -L../faxd ../util/libfaxutil.so.5.2.9  -Wl,-rpath,/usr/local/lib<br>
> -L/usr/local/lib   ../util/libfaxutil.so.5.2.9 -L/usr/local/lib -ltiff -lz<br>
> -L../regex  -lregex ../port/libport.a -lcrypt -lutil -lm<br>
<br>
</div>You are using JPEG code, but the link line there isn't trying to link in the<br>
JPEG library.</blockquote><div><br>try adding "-ljpeg" to the above line in the Makefile, or manual copy.<br></div></div><br>