> how can this be used to create a static (ends with .a) library

When you initially build and install ImageMagick use, this configure
command line to create a static distribution:

  cd ImageMagick-6.3.8
  ./configure --disable-shared
  make
  make install
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to