John Peacock wrote: > This release has a fully EU::MM-compatible Makefile.PL, so either > Module::Build or ExtUtils::MakeMaker can be used to install version.pm > (either XS or pure Perl implementations).
Apparently I spoke too soon: http://rt.cpan.org/Ticket/Display.html?id=20752 It appears that I need to use more than just $Config{cc} with VC++, because the damn thing wants to *link* the code too. I see that ExtUtils::CBuilder uses all of the various $Config{cc*flags} when it implements compile(). Anyone know which one under VC++ has '/c', so I don't have to recreate ExtUtils::CBuilder inside my Makefile.PL??? I'd rather not use a platform-dependent bit here, but I will if I have to... :( TIA John