----- Original Message -----
From: "Michael Roberts"
$LIBRARIES = '"-LC:\\Program
Files\\ImageMagick-6.7.5-Q16\\lib" -lwand';
Try removing those double quotes:
$LIBRARIES = '-LC:\\Program Files\\ImageMagick-6.7.5-Q16\\lib -lwand';
which should work if libwand.a is, in fact, located in C:\Program
Files\ImageMagick-6.7.5-Q16\lib.
If that doesn't work, try replacing the \\ with / throughout (though I don't
think that's the problem). And if that doesn't work then it looks to me that
libwand.a must be somewhere other than C:\Program
Files\ImageMagick-6.7.5-Q16\lib :-)
Cheers,
Rob