I tried it, but got this message:

"Warning: /usr/lib/libperl.a not found
    If you're going to build a static perl binary, make sure perl is
installed"

I guess I need to install perl as a static, but have no idea how to go about
this on an Ubuntu system.  Barring that, I can try running it as a sharable,
for now.

Any ideas?




On Jan 24, 2008 9:15 AM, <[EMAIL PROTECTED]>
wrote:

> > 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