Thanks, all! I ended up reinstalling XCode and it seems to have fixed it. (well, in this case anyway. Wx::GLCanvas still won't work, but alas that's a whole different can of worms).
Not sure what happened there to break it in the first place, though. Fixing stuff is always less satisfying when you don't know what made you have to. -- Dodger 2009/6/14 Roderich Schupp <roderich.sch...@googlemail.com>: > 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 > -- Dodger