On Aug 05, 2004, at 02:27, Chris Nandor wrote:
In article <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] (Dan Kogai) wrote:

I have recently found that gcc2, which is required to build
MacOSX::File on Panther's pre-installed version of perl, is not

I build MacOSX::File just fine with gcc3 on Panther. In fact, I *cannot*
build with gcc2.

You need gcc2 if and only if your perl is pre-installed /usr/bin/perl (5.8.1-RC3). Otherwise gcc3 is used. Here is the exact code that is used in Makefile.PL


WriteMakefile
    (
     # ....
     ($] <= 5.008001 ? (CC => 'gcc2') : ()),
    );

Dan the Maintainer Thereof



Reply via email to