From: "Lanceo" <[EMAIL PROTECTED]>
> What C compiler does a Makefile.PL file expect?
The one with which your perl was compiled.
I think you can force Make::Maker to create makefiles for gcc, but I
don't remember what exactly has to be changed in Config.pm
I'd think this is
What C compiler does a Makefile.PL file expect? I am having problems
installing the MD5 module into a Perl installation on NT4, and I get a
'can't compile test program' error. When I look at the Makefile.PL
sourcecode, it seems to want to issue the commands to the compiler in a
different way tha