in reply to Inline::Java install on Windows (nmake problem)

Who told you to use nmake?

$ perl -V:make make='dmake';

strawberryperl is known to use dmake

Replies are listed 'Best First'.
Re^2: Inline::Java install on Windows (nmake problem)
by marto (Cardinal) on Nov 18, 2011 at 09:42 UTC

      Well kiss my grits :D

      If you're going to help the user, help him good :)

      use Config(); $make = $Config::Config{make};
        Using dmake didn't help - it's just do nothing: no output...

        ====================
        My mistake, it helped - got some troubles with path variable, so it took the wrong dmake.....

        Inline::Java installed, thanks to ALL! =)