in reply to Re^3: "Strawberry Perl" - can it live together with ActivePerl 5.10.0 Build 1003 (on WinXP)?
in thread "Strawberry Perl" - can it live together with ActivePerl 5.10.0 Build 1003 (on WinXP)?

But I already have ActivePerl.

Will ActivePerl detect MinGW if I install now?

Or shall I uninstall ActivePerl, than install MinGW and than re-install ActivePerl?

Thanks...

  • Comment on Re^4: "Strawberry Perl" - can it live together with ActivePerl 5.10.0 Build 1003 (on WinXP)?

Replies are listed 'Best First'.
Re^5: "Strawberry Perl" - can it live together with ActivePerl 5.10.0 Build 1003 (on WinXP)?
by bart (Canon) on Aug 24, 2008 at 11:00 UTC
    I just had a look at the implementation, in the modules ActivePerl::Config and ActiveState::Path. Apparently ActivePerl looks for the executable "gcc.exe" in PATH. So there's no need to reinstall ActivePerl at all. Just installing MinGW and allowing it to add itself into PATH is enough.

    But you will have to start a new CMD shell to run ActivePerl in, to have it recognize it... :)