Hi,
I try to install the Net:

SH

erl module in iwperl. But i doesn't work and don't understand the way to do it.
I add the library and the first problem was about the used of Net:

SH library with windows, so I installed the net:

SH::W32Perl Lib.
Then a new problem when I tried to use it :
Can't locate loadable object for module Math:
ari in @INC (@INC contains: C:\iw-home\custom\lib C:/iw-home/iw-perl/lib C:/iw-home/iw-perl/site/lib C:\iw-home\iw-perl\vendor\lib .) at C:/iw-home/iw-perl/lib/Net/SSH/Perl/Util/SSH2MP.pm
I decided to install the Math:

ari module, I did the iwperl Makefile.PL and i have this :
Note (probably harmless): No library found for -lm
Note (probably harmless): No library found for oldnames.lib
Note (probably harmless): No library found for kernel32.lib
Note (probably harmless): No library found for user32.lib
Note (probably harmless): No library found for gdi32.lib
Note (probably harmless): No library found for winspool.lib
Note (probably harmless): No library found for comdlg32.lib
Note (probably harmless): No library found for advapi32.lib
Note (probably harmless): No library found for shell32.lib
Note (probably harmless): No library found for ole32.lib
Note (probably harmless): No library found for oleaut32.lib
Note (probably harmless): No library found for netapi32.lib
Note (probably harmless): No library found for uuid.lib
Note (probably harmless): No library found for wsock32.lib
Note (probably harmless): No library found for mpr.lib
Note (probably harmless): No library found for winmm.lib
Note (probably harmless): No library found for version.lib
Note (probably harmless): No library found for odbc32.lib
Note (probably harmless): No library found for odbccp32.lib
Note (probably harmless): No library found for msvcrt.lib
Writing Makefile for Math:
ari
Then i tried to do the "make" and new problem
makefile:361: *** multiple target patterns. Stop.
Thanks for helping me !