[ptx] [ hugin-Bugs-1119235 ] TIFFOpen test in configure fails

SourceForge.net noreply at sourceforge.net
Wed Feb 9 11:35:39 GMT 2005


Bugs item #1119235, was opened at 2005-02-09 03:35
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=550441&aid=1119235&group_id=77506

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: TIFFOpen test in configure fails

Initial Comment:
When running ./configure, the TIFFOpen test fails
because the math library is not linked in. I'm
compiling hugin on a RedHat9 distribution of linux. My
hugin source was refreshed from cvs on 2005-02-09.

The following diff fixes the problem:
Index: m4/ax_check_graphics.m4
===================================================================
RCS file: /cvsroot/hugin/hugin/m4/ax_check_graphics.m4,v
retrieving revision 1.10
diff -r1.10 ax_check_graphics.m4
352c352
<   AC_CHECK_LIB(tiff,TIFFOpen,passed=`expr $passed +
1`,failed=`expr $failed + 1`,[-lz -ljpeg])
---
>   AC_CHECK_LIB(tiff,TIFFOpen,passed=`expr $passed +
1`,failed=`expr $failed + 1`,[-lz -ljpeg -lm])

erik at uninett.no


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=550441&aid=1119235&group_id=77506


More information about the ptX mailing list