Hello

The following ia a patch of src/Makefile for image-1.0.7 for cygwin build:


*********************************************************************************
*** Makefile.org        Mon Aug 25 01:14:08 2008
--- Makefile    Wed Aug 27 14:35:28 2008
***************
*** 30,35 ****
        $(MKOCTFILE) $< -lpng
  
  __magick_read__.oct: __magick_read__.cc
!       $(MKOCTFILE) $< `Magick++-config --cppflags` -lMagick++ -lMagick
  
  clean: ; -$(RM) *.o octave-core core *.oct *~
--- 30,35 ----
        $(MKOCTFILE) $< -lpng
  
  __magick_read__.oct: __magick_read__.cc
!       $(MKOCTFILE) $< `Magick++-config --cppflags` -lMagick++ -lMagickCore 
-lMagickWand
  
  clean: ; -$(RM) *.o octave-core core *.oct *~

************************************************************************************

-lMagick should be replaced by -lMagickCore -lMagickWand

Regards

Tatsuro



--------------------------------------
For All Sports Lovers! SPORTS OHEN PROJECT 2008
http://pr.mail.yahoo.co.jp/yells/

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Octave-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to