[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-readline] Re: [bug-inetutils] inetutils-1.8: ftp build error
From: |
Bruno Haible |
Subject: |
[Bug-readline] Re: [bug-inetutils] inetutils-1.8: ftp build error |
Date: |
Tue, 8 Jun 2010 11:20:33 +0200 |
User-agent: |
KMail/1.9.9 |
Hi,
Giuseppe Scrivano wrote:
> The problem is that readline 6.x exports `xmalloc' and `xrealloc', and
> it causes a linker error when used together with gnulib.
According to what Chet Ramey said in
<http://lists.gnu.org/archive/html/bug-readline/2009-06/msg00003.html>
it should be possible to override 'xmalloc' and 'xrealloc' in gnulib, and
libreadline should then use the definitions from gnulib. Recall that gnulib
links statically into the program; gnulib is not compiled into a shared
library.
Bruno