[ptx] vigra linking

Bruno Postle bruno at postle.net
Wed Feb 4 17:47:15 GMT 2004


On Wed 04-Feb-2004 at 12:51:43PM +0000, Bruno Postle wrote:
> 
> Something in hugin changed, though I can now get it to work by
> rebuilding vigra using different flags.

>     ./configure \
>         --with-tiff --with-jpeg --with-png --with-zlib --with-fftw

Which has a consequence that the resulting hugin binaries now depend
on vigra:

ldd /usr/bin/nona
        libpano12.so => /usr/lib/libpano12.so (0x00126000)
        libvigraimpex.so.2 => /usr/lib/libvigraimpex.so.2 (0x00403000)
        libtiff.so.3 => /usr/lib/libtiff.so.3 (0x07187000)
        libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x0021b000)
        libpng12.so.0 => /usr/lib/libpng12.so.0 (0x009cd000)
        libz.so.1 => /usr/lib/libz.so.1 (0x00101000)
        libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x002ae000)
        libm.so.6 => /lib/tls/libm.so.6 (0x00cd7000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x002a4000)
        libc.so.6 => /lib/tls/libc.so.6 (0x00b9c000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x00b84000)

-- 
Bruno


More information about the ptX mailing list