> i tried to config imagemagick with ./configure CFLAGS=-m32

Try the following

  ./configure CC="gcc -m32" CXX="g++ -m32"

If the configure script still fails, look at config.log and see why its failing
to determine the sizeof(off_t).  Fix the problem it complains about and
try the configure script again.
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to