Conrad Schilbe
Wed, 15 Oct 2003 18:04:08 -0700
I would think this should stay out of the perl sources since it is not a bug
of perl's... Thoughts?
I also just discovered that this fixes a build problem with Data::Dumper...
Or so it would appear. It's possible this will effect several packages. The
patch should not be put in all the perl sources should it?
C
On 10/15/03 6:28 PM, "Edward Moy" <[EMAIL PROTECTED]> wrote:
> In hints/darwin.sh, replace
>
> *) ld="MACOSX_DEPLOYMENT_TARGET=10.3 ${ld}" ;;
>
> with
>
> *) ld="env MACOSX_DEPLOYMENT_TARGET=10.3 ${ld}" ;;
>
> Hopefully, this will go into 5.8.2.
>
> Ed
>
> On Oct 15, 2003, at 5:05 PM, David Wheeler wrote:
>
>> On Wednesday, October 15, 2003, at 04:58 PM, Edward Moy wrote:
>>
>>> We recently discovered the DBD::mysql problem as well. The patch is
>>> to edit
>>> /System/Library/Perl/5.8.1/darwin-thread-multi-2level/Config.pm,
>>> replacing:
>>>
>>> ld='MACOSX_DEPLOYMENT_TARGET=10.3 cc'
>>>
>>> with
>>>
>>> ld='env MACOSX_DEPLOYMENT_TARGET=10.3 cc'
>>>
>>> Unfortunately, this change is too late to get into Panther.
>>
>> Is there a patch that could go into the Perl sources themselves?
>>
>> Regards,
>>
>> David
>>
>> --
>> David Wheeler AIM: dwTheory
>> [EMAIL PROTECTED] ICQ: 15726394
>> http://www.kineticode.com/ Yahoo!: dew7e
>> Jabber:
>> [EMAIL PROTECTED]
>> Kineticode. Setting knowledge in motion.[sm]
>>