[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
trouble while compiling
[Thread Prev] | [Thread Next]
- Subject: trouble while compiling
- From: "M. Hausmann" <sma.x@xxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Wed, 22 Aug 2018 19:09:02 +0200
- To: libssh@xxxxxxxxxx
Hello guys,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.Is there any prebuild solution to download or do i have to build it by my own? Do you have some Tipps how to include after a successful build libssh in my project with CMake and Clion?
I don't find any possible solution for this on google. Thank you! Max
Re: trouble while compiling | Andreas Schneider <asn@xxxxxxxxxxxxxx> |