I am trying to install courier-imap on cygwin. First I tried to install courier-authlib-0.55, so I could install the latest version of courier-imap. When that failed I tried courier-imap-3.08. However I am getting exactly the same error on both, both times when trying to make makedat:
gcc -I./.. -I.. -Wall -g -O2 makedatprog.c -o makedatprog
makedatprog.c: In function `main':
makedatprog.c:113: warning: implicit declaration of function `unlink'
/cygdrive/c/DOCUME~1/Kees/LOCALS~1/Temp/cckRVO7o.o(.text+0x7d): In
function `addgdbm':
/home/Kees/courier-imap-3.0.8/makedat/makedatprog.c:33: undefined
reference to `_gdbmobj_store'
/cygdrive/c/DOCUME~1/Kees/LOCALS~1/Temp/cckRVO7o.o(.text+0x1ec): In
function `main':
/home/Kees/courier-imap-3.0.8/makedat/makedatprog.c:102: undefined
reference to `_gdbmobj_init'
/cygdrive/c/DOCUME~1/Kees/LOCALS~1/Temp/cckRVO7o.o(.text+0x207):/home/Kees/courier-imap-3.0.8/makedat/makedatprog.c:104:
undefined reference to `_gdbmobj_open'
/cygdrive/c/DOCUME~1/Kees/LOCALS~1/Temp/cckRVO7o.o(.text+0x223):/home/Kees/courier-imap-3.0.8/makedat/makedatprog.c:117:
undefined reference to `_gdbmobj_close'
/cygdrive/c/DOCUME~1/Kees/LOCALS~1/Temp/cckRVO7o.o(.text+0x273):/home/Kees/courier-imap-3.0.8/makedat/makedatprog.c:112:
undefined reference to `_gdbmobj_close' collect2: ld returned 1 exit status make[2]: *** [makedatprog] Error 1 make[2]: Leaving directory `/home/Kees/courier-imap-3.0.8/makedat' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/Kees/courier-imap-3.0.8/makedat' make: *** [all-recursive] Error 1
Can anyone help me with this? My C-skills are limited, so I am stuck here.
Thank you very much,
Kees
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/