On Thu, May 29, 2014 at 2:47 PM, Chet Ramey <[email protected]> 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 _______________________________________________ Bug-readline mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-readline
