From a0dc1b6f479b3830b2f493727f83cd2a1eac1a46 Mon Sep 17 00:00:00 2001 From: Chris Conlon Date: Wed, 1 May 2013 14:29:31 -0600 Subject: [PATCH] update README with Mingw note --- README | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README b/README index 76480e2f5..4fc078e14 100644 --- a/README +++ b/README @@ -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 ***