On Mon Apr 28 09:07:06 2008, [EMAIL PROTECTED] wrote: > I've just upgraded my laptop to Mac OS 10.5.2 (from 10.4). I'm using > Apple's build of gcc, 4.0.1. > > Since the upgrade, when I change a core PMC (even just adding a comment) > and then try to run 'make' or 'perl Configure.pl && make' on a checkout > that's been built before, I get an error when I hit this stage of the > compile: > --- > perl -MExtUtils::Command -e mkpath blib/lib > ar cr blib/lib/libparrot.a src/string.o src/ops/core_ops.o [...] > --- > > The error is: > --- > ar: blib/lib/libparrot.a is a fat file (use libtool(1) or lipo(1) and > ar(1) on it) > ar: blib/lib/libparrot.a: Inappropriate file type or format > make: *** [blib/lib/libparrot.a] Error 1 > --- >
Whenever I hear of Mac OS X upgrades and that 'lipo' term, I think of the issues Seneca Cunningham has raised here: http://rt.perl.org/rt3/Ticket/Display.html?id=52214 Could there be a connection? kid51