pan-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Pan-users] Re: Re: Re: Re: Re: Installing pan 0.14.0


From: Christophe Lambin
Subject: Re: [Pan-users] Re: Re: Re: Re: Re: Installing pan 0.14.0
Date: 08 Jun 2003 09:28:54 +0200

On Sun, 2003-06-08 at 05:25, CRH wrote:
> On Sat, 07 Jun 2003 22:56:19 -0400, John K. Herreshoff Combobulated:
> <snip>
> >>usr/local/src/pan-0.14.0/gmime/gmime-iconv-utils.c:63: undefined reference 
> >>to 
> `libiconv_open'
> <snip>
>
> >> What does 'rpm -qa|grep libiconv' output?
> > 
> > Nothing...
> 
> I'm kinda stumped here. I don't have any 'libiconv' installed here either
> - Debian sid.

Probably because it's already included in glibc, just like on RH.
However, on RH9 the functions are called 'iconv_open', etc.:

$ nm /lib/libc.so.6 |grep iconv
00016350 T iconv
000164a0 T iconv_close
000160c0 T iconv_open

which is what is being used in the Pan code too.  I have no idea what is
translating them into 'libiconv_open' in John's build ...

Regards,
Christophe






reply via email to

[Prev in Thread] Current Thread [Next in Thread]