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: Christer Solskogen
Subject: Re: [Bug-readline] rl_filename_completion_function
Date: Fri, 30 May 2014 14:29:11 +0200

On Thu, May 29, 2014 at 2:47 PM, Chet Ramey <address@hidden> wrote:
>> Hi!
>>
>> 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.
>> Any reason for this? Something special I can do?
>
> Sorry, I haven't seen this one before.
>

It happens on linux as well. That CMake thinks (I don't know if CMake
is correct or not) that the function does not exist with a static
library.
I'm on very thin ice here, but is there a other way (than CMake) to
check if a function exists in a static library?

-- 
chs



reply via email to

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