On Mon, Aug 15, 2005 at 12:28:49AM -0700, John Cavanaugh wrote: > $ make > cp Magick.pm blib/lib/Image/Magick.pm > AutoSplitting blib/lib/Image/Magick.pm > (blib/lib/auto/Image/Magick) > /opt/perl587/bin/perl.exe > /opt/perl587/lib/5.8.7/ExtUtils/xsubpp -typemap > /opt/perl587/lib/5.8.7/Ex > tUtils/typemap Magick.xs > Magick.xsc && mv > Magick.xsc Magick.c > gcc -c -I../ -I.. -I/usr/include/freetype2 > -I/usr/X11R6/include -I/usr/X11R6/include/X11 > -I/usr/inc > lude/libxml2 -DPERL_USE_SAFE_PUTENV > -fno-strict-aliasing -pipe -g -O2 -Wall -pthread > -DUSEIMPORTLIB > -O2 -DVERSION=\"6.2.0\" -DXS_VERSION=\"6.2.0\" > "-I/opt/perl587/lib/5.8.7/cygwin/CORE" -D_FILE_OF > FSET_BITS=64 -DHAVE_CONFIG_H Magick.c > gcc: unrecognized option `-pthread' > Magick.xs: In function `DestroyPackageInfo': > Magick.xs:659: error: void value not ignored as it > ought to be > Magick.xs:660: error: void value not ignored as it > ought to be > Magick.xs:661: error: void value not ignored as it > ought to be ...
I can confirm that these errors happen with a stock cygwin perl. There are yucky *.in and *.am files in the PerlMagick distribution that make me think this could be fixed by re-autotooling, but I'm not sure how to do that. -- 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/