[Imap-uw] problem installing the c-client

2009-11-16 Thread chamila piyasena
Hi, I'm trying to install the c-client. But when I typed $ make lrh IP6=4 the following error comes. I'm using Linux 2.6.18-92.el5. Is there any missing options in the make command? Thank you, Chamila make[3]: Entering directory `/home/chamila/imap-2007d/c-client' sh -c 'rm -rf auths.c crex

Re: [Imap-uw] undefined references to

2009-11-16 Thread Marian Sorin Nasoi
Hi, you have to define those yourself. I would suggest to download the UW IMAP toolkit (ftp://ftp.cac.washington.edu/imap) and check out the src/mtest/mtest.c. In there you will find want you need to know about every mm_ method. Best, Sorin Nasoi On 11/16/09, Mike T wrote: > I am just testing o

[Imap-uw] undefined references to

2009-11-16 Thread Mike T
I am just testing out the c-client library by using mail_open and mail_close in a very simple program. When I try to compile, I get these linker errors. What are these mm_? functions? I see they are prototyped in mail.h, but not defined in mail.c. //usr/lib/libc-client.so: undefined reference