in reply to error in perl TK module post installation

 >dmake install -s

What is the -s for?

Replies are listed 'Best First'.
Re^2: error in perl TK module post installation
by kally (Novice) on May 11, 2017 at 08:43 UTC
    sir, -s is for silent to silent the warning.

      Perhaps the key to solving your problem is in one of the warnings you have silenced.

        this is what I am getting
        C:\>perl -MTk -le "print $Tk::VERSION;" Can't locate auto/Tk/bootstrap.al in @INC (@INC contains: C:/strawberr +y/perl/site/lib C:/strawberry/perl/vendor/lib C:/strawberry/perl/lib +.) at C:/strawberry/perl/site/lib/Tk.pm line 88. + Compilation failed in require. + BEGIN failed--compilation aborted. C:\>