bug-readline
[Top][All Lists]
Advanced

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

Re: [Bug-readline] rl_filename_completion_function


From: Wolfgang Jenkner
Subject: Re: [Bug-readline] rl_filename_completion_function
Date: Fri, 30 May 2014 17:26:13 +0200
User-agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.4.50 (berkeley-unix)

On Thu, May 29 2014, Christer Solskogen wrote:

> I've cross compiled readline for mingw-w64 and I noticed that at least cmake 
> thinks that rl_filename_completion_function is not avilable when the library 
> is static, while if I build it as a dll it is. 

Perhaps, rl_filename_completion_function is a red herring and you have
just to add libtinfo.a or libtermcap.a to the linker command line to
deal with otherwise unresolved symbols in libreadline.a like `tputs'.

Wolfgang



reply via email to

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