Tomas Hajny wrote: > I believe that one of the ways would be compiling lgpled_lib.pas into a > shared library/DLL and having it linked to your program dynamically, > another solution would be providing interested users with all the required > object files (*.o), libraries (.a) and a linker script. The linker script > is created and preserved if compiling with -s parameter, all the required > .o and .a files are listed in that script.
Thanks for the solution, Tomas. Felipe Monteiro de Carvalho wrote: > Which library are you using that is LGPL? It is Pascal Data Objects (http://pdo.sourceforge.net/index.shtml). This library is derived from ZeosLib, so it is covered by LGPL. I'm not actually using it, just examining the possibility of its use. -- Best regards, Vladimir _______________________________________________ fpc-pascal maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-pascal
