Changeset 2868 for box/trunk/docs
- Timestamp:
- 01/03/2011 00:31:31 (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/docs/api-notes/win32_build_on_cygwin_using_mingw.txt
r2865 r2868 69 69 export CFLAGS="-mno-cygwin" 70 70 export CXXFLAGS="-mno-cygwin" 71 ./configure --prefix=/usr/i686-pc-mingw32 71 ./configure --prefix=/usr/i686-pc-mingw32 --disable-shared 72 72 make 73 73 make install 74 75 Note: we must disable shared libraries on Windows because otherwise 76 libpcreposix.a is built to depend on libpcre.dll, even if you define 77 PCRE_STATIC, and since /usr/i686-pc-mingw32/bin (the location of the DLL) 78 is not normally on the PATH, the DLL can't be found, which stops you 79 from running any executables. 74 80 75 81 == Readline (Optional) ==
Note: See TracChangeset
for help on using the changeset viewer.
