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

_______________________________________________
Bug-readline mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-readline

Reply via email to