On Sat, Jun 13, 2009 at 8:39 AM, Dodger<el.dodg...@gmail.com> wrote: > cc -c -arch i386 -arch ppc -g -pipe -fno-common -DPERL_DARWIN > -no-cpp-precomp -fno-strict-aliasing -Wdeclaration-after-statement > -I/usr/local/include > -I/System/Library/Perl/5.8.8/darwin-thread-multi-2level/CORE sha1.c > i686-apple-darwin9-gcc-4.0.1: installation problem, cannot exec 'cc1': No > such file or directory > powerpc-apple-darwin9-gcc-4.0.1: installation problem, cannot exec 'cc1': No > such file or directory > as: assembler (/sw/bin/../libexec/gcc/darwin/i386/as or > /sw/bin/../local/libexec/gcc/darwin/i386/as) for architecture i386 not > installed > as: assembler (/sw/bin/../libexec/gcc/darwin/ppc/as or > /sw/bin/../local/libexec/gcc/darwin/ppc/as) for architecture ppc not > installed > as: no assemblers installed > as: no assemblers installed
That indicates an installation problem of the GNU C compiler (gcc) on your machine: the compiler driver (cc) seems to be installed, but can't find the actual compiler (cc1) and assembler (as). Anyway, not a problem of PAR::Packer. Cheers, Roderich