<div dir="ltr">Worked, phew.<div><br></div><div>I had to remove my previous exported LIBTIFF_LIBS and LIBTIFF_CFLAGS and then it build without an issue.</div><div><br></div><div>Thank you very much for your time helping me on that.</div>
<div><br></div><div>Kind regards,</div><div>Sebastian</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-07-08 13:50 GMT+02:00  <span dir="ltr">&lt;<a href="mailto:jcupitt@gmail.com" target="_blank">jcupitt@gmail.com</a>&gt;</span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On 8 July 2014 12:04, Sebastian Schmittner &lt;<a href="mailto:thaligar.krell@gmail.com">thaligar.krell@gmail.com</a>&gt; wrote:<br>

&gt; I installed libtiff4, OpenSlide says its there and during the build of it<br>
&gt; make tells me<br>
&gt; src/.libs/libopenslide.so: undefined reference to `TIFFFileName&#39;<br>
<br>
</div>Try setting CPPFLAGS and LDFLAGS. For example, if you installed<br>
libtiff-4 to /usr/local/, try openslide with:<br>
<br>
CPPFLAGS=-I/usr/local LDFLAGS=-L/usr/local ./configure ...<br>
<br>
John<br>
</blockquote></div><br></div>