update README with Mingw note

pull/1/head
Chris Conlon 2013-05-01 14:29:31 -06:00
parent 864f0468aa
commit a0dc1b6f47
1 changed files with 10 additions and 0 deletions

10
README
View File

@ -32,6 +32,16 @@ SSL_CTX_set_verify(ctx, SSL_VERIFY_NONE, 0);
before calling SSL_new(); Though it's not recommended.
Note 3)
When compiling with Mingw, libtool may give the following warning due to
path conversion errors:
libtool: link: Could not determine host file name corresponding to **
libtool: link: Continuing, but uninstalled executables may not work.
If so, examples and testsuite will have problems when run, showing an
error while loading shared libraries. To resolve, please run "make install".
*** end Notes ***