Hi yall, my goal ist to create an environment for cross-compiling static libssh-projects. • cross-compilation: host: linux (ubuntu), target: windows 64bit, architectur x86 • static: no dynamic libraries needed during runtime nor compilationtime • libssh1, no libssh2: I do need server support too. To reach my goal I spent days (two weeks now) for theory and praxis, but I couldn’t get there. Before I list what I did so far, my questions: 1. Could u tell me, what I did wrong and what I need to do/change...