[ptx] Compiling vigra (was:faster stitcher)
Bruno Postle
bruno at postle.net
Tue Nov 25 13:00:06 GMT 2003
On Tue 25-Nov-2003 at 12:58:03PM +0100, Pablo d'Angelo wrote:
> On Tue, 25 Nov 2003, Bruno Postle wrote:
>
> > Is vigra supposed to be statically linked?:
> >
> > ldd /usr/lib/libvigraimpex.so.2.0.120
> > statically linked
>
> I'm not sure, but it looks like it is on my system as well:
I can build a dynamically linked vigra:
./configure \
--prefix=/usr \
--with-jpeg \
--with-png \
--with-zlib \
--with-fftw \
--enable-shared=jpeg,png,zlib,fftw
..and it doesn't create libvigraimpex.so.2.0.120 at all, but that
seems to be fine since the stitcher doesn't seem to need it:
ldd /usr/bin/stitcher
libpano12.so => /usr/lib/libpano12.so (0x4002f000)
libtiff.so.3 => /usr/lib/libtiff.so.3 (0x40066000)
libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x400a7000)
libpng12.so.0 => /usr/lib/libpng12.so.0 (0x400c5000)
libz.so.1 => /usr/lib/libz.so.1 (0x400e8000)
libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x400f6000)
libm.so.6 => /lib/tls/libm.so.6 (0x401a9000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x401cc000)
libc.so.6 => /lib/tls/libc.so.6 (0x42000000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
(still core dumps though)
--
Bruno
More information about the ptX
mailing list