James Keenan via RT wrote:

Okay, I figured out how to do that ... but no better results.

[parrot] 566 $ MACOSX_DEPLOYMENT_TARGET=10.4
[...]

Setting the environmental variable apparently didn't stick.

I can duplicate the failure when I use your startup script. First, try setting the environment variable in your startup script.

#!/bin/sh
MACOSX_DEPLOYMENT_TARGET=10.3
CC="/usr/bin/gcc-3.3"
[...]

Then, try not using the startup script and simply running:

  make realclean
  perl Configure.pl
  make

(The default Parrot config hints should work on the default Apple setup. It's been a year since you posted to Perl Monks with the initial problem that made you force version 3.3 for the Parrot compile, and a lot has changed. Many of us are using gcc 4.0.1 now.)

Allison

Reply via email to