On 1/1/07, David Landgren <[EMAIL PROTECTED]> wrote:
So,
$^O eq 'Win32' and $Config{cc} eq 'gcc'
would be a suitable conditional?
I believe, so, yes.
>> Mainly because it has appears to attempt to link against the AS Perl
>> that is also installed on the machine. And in any event, I don't see the
>> ssleay32.a library referenced in the build of libraries.
>
> What order are they in $ENV{PATH}?
Bingo! AS is listed before SP. I assume this would occur quite
frequently out in the wild. What should I do?
How are you running CPAN.pm? If you type "cpan" from the command
prompt, you'll get the AS one. If you explicitly call:
c:\strawberrry-perl\perl\bin\perl -MCPAN -e "shell"
then I'm stumped as to what is causing the wrong Perl to be used.
Could you please send the full output of the Makefile.PL/dmake runs?
Thanks,
David