|
Posted by erri on September 28, 2005, 3:45 pm
Please log in for more thread options
That doesn't works."perl Makefile.PL cc=gcc".
>
>> Hi.
>> I wish to install spamassassin 3.1 on aix 5.2 with gcc. It require
>> several
>> modules like sha1, etc. If i use CPAN
>> to get all necessary modules or i try to build with "perl Makefile.PL",
>> building stops because it use to default cc_r compiler instead gcc.
>> How do i can to set this?
>>
>
> Run "perl Makefile.PL cc=gcc".
>
> But, as Juha indicated, it may turn out to be simpler to use a perl that
> was
> built with gcc.
>
> Cheers,
> Rob
>
>
|