> undefined reference to `BZ2_bzclose You could add -lbz2 to your command line. Better yet, try
cc `MagickCore-config --cflags --cppflags` -o magick magick.c `MagickCore-config --ldflags --libs` Where magick.c is your program that utilizes the MagickCore API. _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
