From b640f8ec59cac975b8eca19cbbcb662e7a1482b2 Mon Sep 17 00:00:00 2001
From: robk-tahoe <robk-tahoe@allmydata.com>
Date: Mon, 7 Jan 2008 15:35:45 -0700
Subject: [PATCH] add a note to README.win32 about building cryptopp etc on
 cygwin

---
 README.win32 | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.win32 b/README.win32
index 923f3796..aafd0490 100644
--- a/README.win32
+++ b/README.win32
@@ -25,6 +25,13 @@ main README file and the dependencies will all be automatically built
 README.win32 file contains some extra notes about how to take this
 approach.
 
+Note that in this case, any library dependencies you install must be
+built without linking against the cygwin.dll library.  You can cause
+cygwin to build native libraries without linking against cygwin.dll
+by passing the '-mno-cygwin' flag to the compiler.  For example, to
+build cryptopp this way you can use the command
+    CXX='g++ -mno-cygwin' make
+
 OPTION 3: OTHER BUILD TOOLS
 
 The third-easiest way is to use a Microsoft compiler or some other
-- 
2.45.2