[tex-live] libs/libtiff/tiffvers.h
Thomas Esser
te@informatik.uni-hannover.de
Tue, 9 Apr 2002 22:02:40 +0200
> The buildscript I use for building pdftex fails:
>
> cd pdftexdir && make CC='gcc' CFLAGS='-O2 ' LDFLAGS='-static ' libpdf.a
...
> In file included from image.h:5,
> from writejpg.c:17:
> ../../../libs/libtiff/tiffio.h:34: tiffvers.h: Datei oder Verzeichnis nicht gefunden
An easy and robust fix is to add a dependency rule to texk/web2c/Makefile.in:
$(pdflib): $(LDLIBTIFF)
We don't want to interfere with the internals of 3rd party libraries,
so a rough rule to "the complete thing" seems legitimate.
Olaf, what do you think?
Thomas