On Wednesday, 22 August 2018 19:09:02 CEST M. Hausmann wrote: > Hello guys,
Hi Max, > first: sorry for my bad english. I'm a C++ rookie, but advanced in > programming general. > > I like to use libssh for a project of mine and so i tried to compile it > with the following parameters/tools: > -CMake gui > -MinGW 32 bit > -Windows 10 > -Clion (for my project) > > Before compiling, I installed openssl (build by me, successful) and zlib > which would both found by CMake. > But at 81% of compiling libssh, many errors appear: bignum.c [...] > undefined reference to 'BN_num_bits' > and so on. I don't know where the problem is. I normally use OpenSSL from https://slproweb.com/products/Win32OpenSSL.html which works fine. Cheers, Andreas -- Andreas Schneider [email protected] GPG-ID: 8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D
