bug-readline
[Top][All Lists]
Advanced

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

[Bug-readline] underlinking of readline-6.3


From: Natanael Copa
Subject: [Bug-readline] underlinking of readline-6.3
Date: Tue, 4 Mar 2014 09:06:17 +0100

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

With 6.3 it will run a new instance of make (eg make -C shlib) and drop the overridden SHLIB_LIBS and thus enforcing the underlnking.

The underlinking is wrong for many reasons, and with some modern libcs like musl libc it will simply not work. I have studied the configure.ac script too but there are apparently no way to override underlinking and for linking to ncurses (or termcap).

It would be nice to be able to override the linker flags.

--
Natanael Copa

PS: a nice writeup on why most (all?) distros avoid underlinking: http://wiki.mandriva.com/en/Underlinking


reply via email to

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