In article <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] (Gero Herrmann) wrote:

> I get the following test failure when attempting to install Mac::Carbon  
> 0.3 on Mac OS X 10.2.3 with the December 2002 Developer Tools and a  
> default installation of Perl 5.8.0, i. e. under /usr/local.

As of either the 10.2.3 or Dec 2002 update (probably the latter), the C++ 
linking I was using does not work.  Open AppleEvents/Makefile.PL and change 
this:

    $ARGS{'LDDLFLAGS'}   = '-lstdc++ ' . $ARGS{'LDDLFLAGS'};

to this:

    $ARGS{'LD'} = 'c++';

It will be fixed in the next release, sometime in January.

-- 
Chris Nandor                      [EMAIL PROTECTED]    http://pudge.net/
Open Source Development Network    [EMAIL PROTECTED]     http://osdn.com/

Reply via email to