This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Installing Courier-Imap


Brian Dessent wrote:
Kees Vonk wrote:


/home/Kees/courier-imap-3.0.8/makedat/makedatprog.c:33: undefined
reference to `_gdbmobj_store'


Try adding --with-db=gdbm to your configure line.


Ok I tried this, but as I suspected no luck.


However what I did notice is that makedatprog.c includes ../dbobj.h, this file defines (for example) dbobj_init as gdbmobj_init (which exists in ../gdbmobj/gdbmobj.h), however the error above complains about not finding _gdbmobj_init, which does not exist anywhere. Can anyone explain to me where the initial '_' comes from, and if that is the problem. I realise I am probably showing my ignorance of C programming here, but any kind of help would be greatly appreceated.

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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]