On Jun 13, 2004, at 11:12 PM, Phil Calvert wrote:
Well, that's a good point. After taking a look at the text output I think the first sign of trouble is here;
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning: as it has already been specified as a non-system directory
Running Mkbootstrap for MIME::Base64 ()
chmod 644 Base64.bs
rm -f blib/arch/auto/MIME/Base64/Base64.bundle
LD_RUN_PATH="" env MACOSX_DEPLOYMENT_TARGET=10.3 cc -bundle -undefined dynamic_lookup -L/usr/local/lib Base64.o -o blib/arch/auto/MIME/Base64/Base64.bundle
It looks to me like you've applied the following fix incorrectly:
<http://tinyurl.com/2otfd>
It's 'env LD_RUN_PATH=""', not 'LD_RUN_PATH="" env'.
-Ken
