----- Original Message ----- From: "Sisyphus" <[email protected]> > > It should work. (No problem for me on Strawberry 5.12.0.1.) > Looking at test1.txt it seems that there's a pre-existing build. Could you > run 'dmake realclean', and then try again. (Post the 'dmake' results again > if it still fails.)
Aaah ... found a Strawberry 5.10 installation and I get the same error as you reported. Might need to use the same compiler both with Strawberry 5.10 and to build libssh2. (Doesn't seem to matter with 5.12.) Can you alter your Strawberry path so that the mingw installation that built libssh2 is found *instead* of the mingw installation that ships with Strawberry ? That did the trick for me on Strawberry 5.10: set PATH=C:\mingw\bin;%PATH% (or whatever) Cheers, Rob _______________________________________________ Perl-Win32-Users mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
