----- Original Message -----
From: "RAPPAZ Francois" <francois.rap...@unifr.ch>
Makefile.pl gives these warnings
Note (probably harmless): No library found for perl58.lib
The above warning is definitely *not* harmless - it's the cause of the
trouble. (I don't get that warning using ExtUtils-MakeMaker-6.4801.)
The warnings below are unimportant. (I get them, too.)
Note (probably harmless): No library found for -lkernel32
Note (probably harmless): No library found for -luser32
Note (probably harmless): No library found for -lgdi32
Note (probably harmless): No library found for -lwinspool
Note (probably harmless): No library found for -lcomdlg32
Note (probably harmless): No library found for -ladvapi32
Note (probably harmless): No library found for -lshell32
Note (probably harmless): No library found for -lole32
Note (probably harmless): No library found for -loleaut32
Note (probably harmless): No library found for -lnetapi32
Note (probably harmless): No library found for -luuid
Note (probably harmless): No library found for -lws2_32
Note (probably harmless): No library found for -lmpr
Note (probably harmless): No library found for -lwinmm
Note (probably harmless): No library found for -lversion
Note (probably harmless): No library found for -lodbc32
Note (probably harmless): No library found for -lodbccp32
Note (probably harmless): No library found for -lmsvcrt
Voila !!
When I switch to ExtUtils-MakeMaker-6.50 I get the same as you. I don't know
whether that's a bug in EU::MM-6.50, or an ActivePerl bug, but I'll
definitely try to work that out.
Francois, can you install a different version of EU::MM ? Maybe 6.48, or
6.49_01 ?
If you can find a version of EU::MM that doesn't produce that warning when
the Makefile.PL is run, then your problems should be over. I'll check some
alternative versions of EU::MM myself after I've posted this off.
Cheers,
Rob