Search found 2 matches
- 2011-03-13T09:38:34-07:00
- Forum: PerlMagick
- Topic: Insallation failed with XCode4
- Replies: 2
- Views: 13513
Re: Insallation failed with XCode4
I don't want use MacPorts. My ImageMagick is a 6.6.7-0 (compiled by me using maddox-magick-installer) I have finally installed PerlMagick manually by removing all "-arch ppc" in generated Makefile. It seems that "-arch ppc" has been added by $Config{'lddlflags'} within MakeFile.PL Damien
- 2011-03-13T09:05:49-07:00
- Forum: PerlMagick
- Topic: Insallation failed with XCode4
- Replies: 2
- Views: 13513
Insallation failed with XCode4
Hello, few days ago, i have download the version of XCode (v4). It seems in this version, that their is no PPC assembler but only x86/x86_64 : usr/bin/perl /System/Library/Perl/5.10.0/ExtUtils/xsubpp -typemap /System/Library/Perl/5.10.0/ExtUtils/typemap Magick.xs > Magick.xsc && mv Magick.xsc Magick ...