[ptx] libpano12 - build with GNU autoconf, automake and libtool
Douglas Wilkins
douglasw at zahav.net.il
Tue Nov 9 17:09:28 GMT 2004
On Tue, 2004-11-09 at 16:39 +0000, Bruno Postle wrote:
> On Tue 09-Nov-2004 at 17:32 +0200, Douglas Wilkins wrote:
>
> > > Though I don't know where to find the rest of these symbols:
>
> > Most of these seem to be in sys_mac.c
>
> Doh, it's trying to build a mac classic gui version of PTOptimizer.
> I searched on google and found this patch to panorama.h that I
> created myself!
>
> http://www.email-lists.org/pipermail/ptx/2004-February/001374.html
>
> arrggh, though it still needs this in tools/Makefile.am:
>
> DAR_LDFLAGS = -L/sw/lib -ltiff -ljpeg
>
> Now everything appears to work on this osx box at least.
>
Glad I could at least give you a pointer to the problem :-)
As far as the DAR_LDFLAGS are concerned, I understand the -L part, but
libtool should automatically add the other two libs from libpano12.la
(it already adds -lpng and -lz right?)
the relevant lines from libpano12.la on my build:
# Libraries that this one depends upon.
dependency_libs=' -L/usr/lib /usr/lib/libjpeg.la -lpng -ltiff -lz'
regards,
Doug
More information about the ptX
mailing list