2009/2/18 Conrad Meyer <kon...@tylerc.org>: > I was under the impression that non-GPL code could not link statically or > dynamically with GPL libraries, and that this was one of the major differences > between the GPL and LGPL. This is certainly Stallman's opinion (he cites
That correct, with a small wrinkle. Where there is an ABI compatible library, which can be used as a complete replacement, and the binary is dynamically linked, then it could be argued that the code is intended to link with the ABI compatible library, and not the GPLed variant. Given that libeditline is BSD licenced, and provides the same api as libreadline (indeed, on MacOS, it _is_ liibreadline), then the GPL would not apply - at least as far as using readline via FFI. Of course, IANAL. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email