HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: [hylafax-users] HylaFax on Mac OS X 10.2.x... newbie ready to give up
Hi Chris,
Here is the error:
[jake:/Volumes/HylaFAX Build] admin% cc libtifftest.c -I
/usr/local/include -L/usr/local/lib -ltiff
ld: table of contents for archive: /usr/local/lib/libtiff.a is out of
date; rerun ranlib(1) (can't load from it)
Any ideas?
Thanks for you help,
Dan
On Friday, January 31, 2003, at 10:56 AM, Chris Bainbridge wrote:
> Dan,
>
> Create this program ('libtifftest.c')
>
> #include "tiffio.h"
> main()
> {
> printf( "header_ver=%d lib_ver=%s", TIFFLIB_VERSION,
> TIFFGetVersion() );
> exit(0);
> }
>
> Then from a terminal command line enter:
>
> cc libtifftest.c -I /usr/local/include -L/usr/local/lib -ltiff
>
> and see what error message you get.
>
> Chris
____________________ HylaFAX(tm) Users Mailing List _______________________
To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@hylafax.org.*