From: robk-tahoe Date: Mon, 7 Jan 2008 22:35:45 +0000 (-0700) Subject: add a note to README.win32 about building cryptopp etc on cygwin X-Git-Tag: allmydata-tahoe-0.7.0~5 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=b640f8ec59cac975b8eca19cbbcb662e7a1482b2;p=tahoe-lafs%2Ftahoe-lafs.git add a note to README.win32 about building cryptopp etc on cygwin --- 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