Re: Xcode 4.0.2 and XS modules

2011-04-23 Thread David Cantrell
David Leadbeater wrote: > In an extracted copy of the dist, try something like: > > eval $(perl -V:ccflags); perl Makefile.PL CCFLAGS="$(echo "$ccflags" | sed > 's/-arch ppc//')" && make && make test > > i.e. take the ccflags perl was compiled with, remove the -arch ppc option and > then pas

Re: Xcode 4.0.2 and XS modules

2011-04-23 Thread David Leadbeater
Hi, On 22 Apr 2011, at 22:20, Simon Wistow wrote: > Beyond installing my own Perl (which I can do but is kind of a ball > ache) what's the best solution to this. I've found an old copy of Xcode > on their site now after some poking around but saying "Install an old > version of software" is a l

Re: Xcode 4.0.2 and XS modules

2011-04-23 Thread Piers Cawley
On Saturday, April 23, 2011, Sue Spence wrote: > On 22 April 2011 22:20, Simon Wistow wrote: >> Apple, evil bastards that they are, don't ship with GCC installed. You >> have to install Xcode to get it. And now, because apparently raping >> puppies to death with nuns or whatever it is they do for

Re: Xcode 4.0.2 and XS modules

2011-04-23 Thread Sue Spence
On 22 April 2011 22:20, Simon Wistow wrote: > Apple, evil bastards that they are, don't ship with GCC installed. You > have to install Xcode to get it. And now, because apparently raping > puppies to death with nuns or whatever it is they do for fun, isn't > sufficiently evil you have to buy Xcode

Re: Xcode 4.0.2 and XS modules

2011-04-23 Thread Peter Corlett
On 22 Apr 2011, at 22:20, Simon Wistow wrote: > Apple, evil bastards that they are, don't ship with GCC installed. You > have to install Xcode to get it. And now, because apparently raping > puppies to death with nuns or whatever it is they do for fun, isn't > sufficiently evil you have to buy X

Re: Xcode 4.0.2 and XS modules

2011-04-23 Thread Mark Fowler
On Friday, April 22, 2011, Simon Wistow wrote: > Which would be fine. Except that the > system Perl is built *with* arch ppc. Why are you installing modules in the system Pel anyway? - Apple will screw you if you do this. An update in a system update will kill your code at done point (it's happ