http://www.perlmonks.org?node_id=659601


in reply to Re^2: Want a perl6 Binary?
in thread Want a perl6 Binary?

And for those of us who've recently upgraded to OSX 10.5 and are getting errors similar to the following:

ld: symbol(s) not found for architecture ppc collect2: ld returned 1 exit status lipo: can't open input file: /var/folders/yO/yOnTsq9GEayvBZtIrvcjME+++ +TI/-Tmp-//ccanCD8S.out (No such file or directory) make: *** [miniparrot] Error 1

Then setting the following should allow a successful compilation:

export ARCHFLAGS=-arch i386

I suspect that this may only apply if you're using the Apple-supplied /usr/bin/perl as I don't recall having to do this with my previous compiled-from-source one.