Greetings All,

I hope that I am on topic for the list. I am pretty new to both perl and 
Mac 10.

I want to install PerlMagick. The README says to:

     Next, edit Makefile.PL and change LIBS and INC to include the
     appropriate path information to the required libMagick library. You
     will also need library search paths (-L) to JPEG, PNG, TIFF,
     etc. libraries if they were included with your installed
     version of ImageMagick. If an extension library is built as a
     shared library but not installed in the system's default
     library search path, you may need to add run-path information
     (often -R or -rpath) corresponding to the equivalent library
     search path option so that the library can be located at
     run-time.

The LIBS and INC in the Makefile looks like:

    'LIBS'      => ['-L/usr/local/lib -L/usr/X11R6/lib 
-L/home/cristy/ImageMagick/magick -lMagick    -ltiff  -ljpeg -lpng 
-lfpx  -lXext -lXt  -lSM -lICE -lX11  -lbz2  -lz -lpthread  -lm'],

and

     'INC'      => '-I../ -I.. -D_REENTRANT -D_FILE_OFFSET_BITS=64 
-I/usr/local/include -I/usr/X11R6/include',


I haven't installed X11 so I'm not sure if I'm starting off on the wrong 
foot.

Many Thanks
Forest

Reply via email to