Hi, Thanks for the solution. By adding -lbz2 errors related to "`BZ2_bzclose" are solved but the rest are still there. Can you please let me know the solution for the rest.
Thanks, Rupa On Wed, Feb 17, 2010 at 8:05 PM, < da.mihi.sis.bubulae.frustrum.assae.solana.tuberosa.in.modo.gallico.fricta.ac.quassum.lactatum.coagulatum.cras...@imagemagick.org > wrote: > > 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
