Well I finally got it to compile by linking against libMagick.dll.a as opposed to libMagick.la. However, 'make test' seems to be unhappy; it appears there still may be a problem as indicated by the "make: *** [test_dynamic] Error 255" line (at the bottom) which makes me think there is a problem linking against the .dll. Is this a bug or something messed up on my system?
Regardless, moving forward - I run the demo under X and get a screen full of old Farrah Faucet pics (I through my poster out decades ago, but I think it's her) with different processing applied, so it looks like it does work. OK, so I'm encouraged and leery at the same time. This was a pain in the but to get going. There isn't a lot of useful info with regard to getting IM and PM running under CYGwin, and still even less on news groups. There was nothing I read in any docs that lead me to change which lib to link to. As my old boss used to say, "even a blind squirrel finds a nut once in while." If you read this and it helps in your quest, I'm glad. If you have some more experience with this than I do I would appreciate your insight. $ make test /usr/bin/perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/bzlib/*.t t/jbig/*.t t/jng/*.t t/jpeg/*.t t/png/*.t t/ps/*.t t/tiff/*.t t/ttf/*.t t/x/*.t t/zlib/*.t t/blob............t/blob.t is not readable t/bzlib/read......t/bzlib/read.t is not readable t/bzlib/write.....t/bzlib/write.t is not readable t/filter..........t/filter.t is not readable t/getattribute....t/getattribute.t is not readable t/jbig/read.......t/jbig/read.t is not readable t/jbig/write......t/jbig/write.t is not readable t/jng/read........t/jng/read.t is not readable t/jng/write.......t/jng/write.t is not readable t/jpeg/read.......t/jpeg/read.t is not readable t/jpeg/write......t/jpeg/write.t is not readable t/montage.........t/montage.t is not readable t/png/read-16.....t/png/read-16.t is not readable t/png/read........t/png/read.t is not readable t/png/write-16....t/png/write-16.t is not readable t/png/write.......t/png/write.t is not readable t/ps/read.........t/ps/read.t is not readable t/ps/write........t/ps/write.t is not readable t/read............t/read.t is not readable t/setattribute....t/setattribute.t is not readable t/tiff/read.......t/tiff/read.t is not readable t/tiff/write......t/tiff/write.t is not readable t/ttf/read........t/ttf/read.t is not readable t/write...........t/write.t is not readable t/x/read..........t/x/read.t is not readable t/x/write.........t/x/write.t is not readable t/zlib/read.......t/zlib/read.t is not readable t/zlib/write......t/zlib/write.t is not readable FAILED--28 test scripts could be run, alas--no output ever seen make: *** [test_dynamic] Error 255 > -----Original Message----- > From: Bill McCormick [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 23, 2003 12:09 PM > To: [EMAIL PROTECTED] > Subject: CYGwin PerlMagick install > > > Hello, > > I'm trying to get Perlmagic installed after finally get IM to > build and install on CYGwin. It appears to be a simple lib issue. > I've made what I think are the nessacary edits ti Makefile.PL, > but still I must have missed something. The result of 'perl > Makefile.PL' is: > > [EMAIL PROTECTED]/usr/src/ImageMagick-5.5.7/PerlMagick > $ perl Makefile.PL > Note (probably harmless): No library found for -lMagick > Note (probably harmless): No library found for -lgdi32 > Writing Makefile for Image::Magick > > The lib's are here ... > > $ ll /usr/local/lib > total 2298 > drwxr-xr-x+ 3 Administ Users 4096 Jul 23 00:27 ImageMagick-5.5.7 > -rw-r--r-- 1 Administ Users 8 Jul 23 00:27 libMagick++.a > -rwxr-xr-x 1 Administ Users 944 Jul 23 00:27 libMagick++.la > -rwxr-xr-x 1 Administ Users 618564 Jul 23 00:27 libMagick.dll.a > -rwxr-xr-x 1 Administ Users 936 Jul 23 00:27 libMagick.la > -rwx------+ 1 Administ Users 1518782 May 17 15:15 libcygipc.a > -rw-r--r-- 1 Administ Users 208978 Jul 21 20:20 libexif.a > -rwxr-xr-x 1 Administ Users 654 Jul 21 20:20 libexif.la > drwxr-xr-x+ 2 Administ Users 0 Jul 23 00:28 pkgconfig > > > Attached is the Makefile.PL with my edits and the output of make. > > > Thanks in advance for any help. > > Bill > > > > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.502 / Virus Database: 300 - Release Date: 7/18/2003 > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.502 / Virus Database: 300 - Release Date: 7/18/2003 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/