On Sun Jan 27 17:14:11 2008, tiro wrote:

> 
> Could you try setting MACOSX_DEPLOYMENT_TARGET to 10.4 to see if that
> fixes the problem?
> 
Okay, I figured out how to do that ... but no better results.

[parrot] 566 $ MACOSX_DEPLOYMENT_TARGET=10.4
[parrot] 567 $ echo $MACOSX_DEPLOYMENT_TARGET
10.4

[parrot] 568 $ patch -p0 config/init/hints/darwin.pm <
~/learn/parrot/patches/darwin_full_dynamic_symbol_lookup.patch 
patching file config/init/hints/darwin.pm

[parrot] 571 $ ./myconfigure.sh 
Parrot Version 0.5.2 Configure 2.0
Copyright (C) 2001-2008, The Perl Foundation.

[snip]

Finding header files distributed with Parrot..........................done.
Determining what C compiler and linker to use...
 ccflags: -fno-common -no-cpp-precomp  -pipe -I/usr/local/include -pipe
-fno-common -Wno-long-double 
/usr/bin/gcc-3.3 -fno-common -no-cpp-precomp  -pipe -I/usr/local/include
-pipe -fno-common -Wno-long-double   -I./include -c test.c
/usr/bin/g++-3.3 -undefined dynamic_lookup test.o  -o test  -lm
ld: flag: -undefined dynamic_lookup can't be used with
MACOSX_DEPLOYMENT_TARGET environment variable set to: 10.1
Compilation failed with '/usr/bin/gcc-3.3'

Setting the environmental variable apparently didn't stick.

Reply via email to