Topic: [SOLVED] Unable to build on Cygwin --with-ntru
I am trying to build wolfSSL with NTRU enabled using Cygwin. I'm using the following configuration:
./configure --enable-certreq --enable-certgen --enable-maxstrength --enable-pkcs7 --with-ntru=/usr/local/include/ --enable-qsh
however it seems to fail when building NTRU with the error:
checking for NTRU... configure: error: NTRU isn't found.
If it's already installed, specify its path using --with-ntru=/dir/
Looking through the config file I see that the setting tries to run ntru by including the .h files so used the .h folder as well as the built libraries and various combinations of the ntru-crypto directory including the src directory with no results.
Has anyone been able to get this done on Windows using CygWin?