> So, I'm asking, what do I have to do so my application could be compiled > in Kylix, and with every GPL library ? > > Is it relicensing my application to MPL/GPL (or even MPL/GPL/LGPL), and > that's it ?
This would do it - although if this library is a key part of your code, licensing your code under the MPL as well as the GPL would be fairly pointless, because if anyone wanted to use it under the MPL they couldn't link with that library. See http://www.mozilla.org/MPL/boilerplate-1.1/ for sample boilerplate. Gerv
