[OpenSlide] LibTiff dependency

jcupitt at gmail.com jcupitt at gmail.com
Tue Jul 8 07:50:12 EDT 2014


On 8 July 2014 12:04, Sebastian Schmittner <thaligar.krell at gmail.com> wrote:
> I installed libtiff4, OpenSlide says its there and during the build of it
> make tells me
> src/.libs/libopenslide.so: undefined reference to `TIFFFileName'

Try setting CPPFLAGS and LDFLAGS. For example, if you installed
libtiff-4 to /usr/local/, try openslide with:

CPPFLAGS=-I/usr/local LDFLAGS=-L/usr/local ./configure ...

John


More information about the openslide-users mailing list