On Jun 1, 2004, at 7:56 PM, John Horner wrote:

I won't post the whole thing but the key part of the message seems to be this

LD_RUN_PATH="" MACOSX_DEPLOYMENT_TARGET=10.3 cc -bundle -undefined dynamic_lookup -L/usr/local/lib Parser.o -o blib/arch/auto/HTML/Parser/Parser.bundle

Exactly right - that is the key part. Easy to fix, described here:

<http://tinyurl.com/2otfd>

There are also some partial solutions out there, that tell you how to patch the symptoms by making changes to the generated Makefile. The above is better; it tells how to fix the problem at its source, so that the Makefile is generated correctly to begin with.

sherm--



Reply via email to