]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
add a note to README.win32 about building cryptopp etc on cygwin
authorrobk-tahoe <robk-tahoe@allmydata.com>
Mon, 7 Jan 2008 22:35:45 +0000 (15:35 -0700)
committerrobk-tahoe <robk-tahoe@allmydata.com>
Mon, 7 Jan 2008 22:35:45 +0000 (15:35 -0700)
README.win32

index 923f37967d62149689f8b9b5809b77211f669abb..aafd049011262770034d903e64150d9eb09da08d 100644 (file)
@@ -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