7 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Problems using rfc822...
FromSent OnAttachments
Dave HartburnFeb 26, 2007 5:16 am 
Sam VarshavchikFeb 26, 2007 3:15 pm 
Dave HartburnFeb 27, 2007 2:04 am 
Sam VarshavchikFeb 27, 2007 4:06 am 
Dave HartburnFeb 27, 2007 6:04 am 
Sam VarshavchikFeb 27, 2007 3:19 pm 
Dave HartburnFeb 28, 2007 2:28 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [maildropl] Problems using rfc822 and rfc2045 librariesActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Feb 26, 2007 3:15:29 pm
List:net.sourceforge.lists.courier-maildrop

Dave Hartburn writes:

Hi,

I'm looking at using the maildrop libraries for an application I'm working on, and have a few problems getting a basic test working. When I compile, I get the following errors: $ gcc -o mdtest -lrfc822 -lrfc2045 mdtest.c /usr/lib/gcc/i386-redhat-linux/3.4.6/../../../librfc822.so: undefined reference to `unicode_convert_fromchset'

You also need to link with libunicode, in the unicode subdirectory.