Michael Goffioul wrote:
> Check whether the ImageMagick libraries are part of the link step.
> 
> Michael.
> 

Apparently not. Looks like a bug in the image package.

The makefile in image-1.0.8 reads

__magick_read__.oct: __magick_read__.cc
        $(MKOCTFILE) $< `Magick++-config --cppflags` `Magick++-config --ldflags`

but neither --cppflags nor --ldflags contain the required magick++ 
libraries.

I guess this should read

__magick_read__.oct: __magick_read__.cc
        $(MKOCTFILE) $< `Magick++-config --cppflags` `Magick++-config 
--ldflags` `Magick++-config --libs`

instead.


benjamin

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
Octave-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to