-
Notifications
You must be signed in to change notification settings - Fork 188
Building on Cygwin
asperous edited this page Oct 13, 2012
·
5 revisions
Requirements:
- make
- gcc
- libdb4.5
- libdb4.5-devel
- openssl-devel
- libpcrew-devel
- bison
- flex
- Tokyo Cabinet or QDBM and use ./autgen.sh --with-qdbm=/usr/local/include
- libpq3 (See note 3)
Notes during my attempt:
-
I'm not sure if this is needed, but if autogen.sh hangs on requirement tokyo cabnet you may have to build and install that.
-
As of 10/12/12 you have to pull or use zzamboni:fix/cygwin_compile
-
I got an error message when running the execubles: Unable to load library: ? (Literally a question mark). Running strace (cf-keys.exe for example) I got the message: unable to load cygpq.dll. So I got that from cygwin and it worked.
Steps:
- ./autogen.sh
- make; make; make; make; make; (See note 3)
- make install