[libssh2] [ libssh2-Bugs-1832491 ] (Pseudo)random authentication failures with public key

2007-11-15 Thread SourceForge.net
Bugs item #1832491, was opened at 2007-11-15 14:12 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=703942&aid=1832491&group_id=125852 Please note that this message will contain a full copy

Re: [libssh2] wee neat

2007-11-15 Thread Guenter Knauf
Hi, > Has anyone mingwed libssh2 with success yet? yes, there are mingw makefiles in the ./win32 folder which work with plain MingW32 - not yet tested from MSYS though; but I do use same makefiles for a non-configure build on Linux with MingW-Cross... Guenter.

Re: [libssh2] wee neat

2007-11-15 Thread Guenter Knauf
Hi Simon, > difficult to fix it. Seems to be the usual winsock-related problems. nope, the code compiles with MingW32; configure needs to be fixed; I do already non-configure builds with mingw32-cross on Linux, and that works fine, and also native MingW32 builds. Guenter. ---