Subject: Re: graphics/tiff does not create libtiffxx.so.3.7
To: None <tech-pkg@netbsd.org>
From: Roland Illig <roland.illig@gmx.de>
List: tech-pkg
Date: 07/22/2005 15:20:08
Idar Tollefsen wrote:
> --- ../tiff.orig/PLIST Fri Jul 22 12:15:11 2005
> +++ PLIST Fri Jul 22 12:20:48 2005
> @@ -24,10 +24,8 @@
> include/tiff.h
> include/tiffconf.h
> include/tiffio.h
> -include/tiffio.hxx
> include/tiffvers.h
> lib/libtiff.la
> -lib/libtiffxx.la
> man/man1/bmp2tiff.1
> man/man1/fax2ps.1
> man/man1/fax2tiff.1
That is called cheating. ;)
If you try to build libtiff outside of pkgsrc, with proper -I and -L
flags into pkgsrc, it will build. It's some bug in the chain of CC/g++,
libtool, and the pkgsrc compiler wrappers. But I was unable to spot the
exact point.
Roland