Page 1 of 1
Posted: 2006-07-26T16:40:27-07:00
by magick
Add
to your command line and see if it provides you with enough information to track the problem. If that fails try
Posted: 2006-07-26T20:08:14-07:00
by magick
Try building ImageMagick with these configure options under Cygwin:
- ./configure --disable-installed --enable-delegate-build --enable-shared \
--disable-static --enable-libtool-verbose --enable-ltdl-convenience \
--without-gslib --without-gvc --without-wmf \
--without-jp2
Posted: 2006-07-27T12:38:46-07:00
by magick
We just tried
- wget ftp://ftp.imagemagick.org/pub/ImageMagi ... -7.tar.bz2
bunzip2 -c ImageMagick-6.2.8-7.tar.bz2 | tar xvf -
cd ImageMagick-6.2.8
touch *
./configure --enable-delegate-build --enable-shared --disable-static \
--with-modules --with-quantum-depth=16 --enable-ltdl-convenience \
--enable-libtool-verbose
make
make install
under the very latest Cygwin release and it compiled, installed, and ran fine.