bug-readline
[Top][All Lists]
Advanced

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

Re: [Bug-readline] underlinking of readline-6.3


From: Chet Ramey
Subject: Re: [Bug-readline] underlinking of readline-6.3
Date: Tue, 04 Mar 2014 09:53:01 -0500
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.1.1

On 3/4/14 3:06 AM, Natanael Copa wrote:
> Hi,
> 
> There is an (apparently intentional) underlinking issue in readline. With
> readline 6.2 you could workaround that breakage with:
> 
>   make install SHLIB_LIBS=-lncurses

The relative merits and `breakage' of `underlinking' aside, it seems more
likely that this is a behavior of your make program.  There have not been
any significant changes in {,shlib}/Makefile.in between readline-6.2 and
readline-6.3 that would affect this.

In fact, I ran configure on a clean readline-6.3 build directory, then ran

gmake install DESTDIR=/some/scratch/directory SHLIB_LIBS=-lncurses

and watched make run gcc with the new value of SHLIB_LIBS:

gcc -shared -Wl,-soname,libreadline.so.6.3 -Wl,-rpath,/usr/local/lib
-Wl,-soname,`basename libreadline.so.6.3 .3` -o libreadline.so.6.3
readline.so vi_mode.so funmap.so keymaps.so parens.so search.so rltty.so
complete.so bind.so isearch.so display.so signals.so util.so kill.so
undo.so macro.so input.so callback.so terminal.so text.so nls.so misc.so
history.so histexpand.so histfile.so histsearch.so shell.so mbutil.so
tilde.so colors.so parse-colors.so xmalloc.so xfree.so compat.so -lncurses

If you mean something else, please let me know.

Chet
-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU    address@hidden    http://cnswww.cns.cwru.edu/~chet/



reply via email to

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