bug-readline
[Top][All Lists]
Advanced

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

Re: [Bug-readline] symbol "rl_init_argument" missing (?) from readline >


From: Chet Ramey
Subject: Re: [Bug-readline] symbol "rl_init_argument" missing (?) from readline > v5.0
Date: Wed, 05 Dec 2007 22:59:23 -0500
User-agent: Thunderbird 2.0.0.9 (Macintosh/20071031)

snowcrash+readline wrote:
> hi,
> 
> i've installed readline-5.2 + p1-7 on osx 10.5.1,
> 
>
> building guile-1.8.3 (http://www.gnu.org/software/guile/), linking
> against readline-5.2 libs,
>               [...] 
>       make
> 
> fails at
> 
>       ...
>       /usr/libexec/gcc/powerpc-apple-darwin8/4.2.1/ld: Undefined symbols:
>       __rl_init_argument
>       collect2: ld returned 1 exit status

Notice the double underscore.  What guile is using is a private interface,
_rl_init_argument(), which disappeared between readline-5.0 and 5.1.

(It was actually renamed _rl_reset_argument(), but guile still shouldn't
be using it.)

Chet

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                       Live Strong.  No day but today.
Chet Ramey, ITS, CWRU    address@hidden    http://cnswww.cns.cwru.edu/~chet/




reply via email to

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