Hi,

Would you please help me to find out the steps I should follow
to comply with LGPL if my application is built using FPC
and uses pascal source code of LGPL'ed library?

Section 4 of LGPL requires to

> d) Do one of the following:
> 0) Convey the Minimal Corresponding Source under the terms of this
> License, and the Corresponding Application Code in a form suitable for,
> and under terms that permit, the user to recombine or relink
> the Application with a modified version of the Linked Version
> to produce a modified Combined Work, in the manner specified
> by section 6 of the GNU GPL for conveying Corresponding Source.

Suppose application and library files are:

project1.pas
project1.o
project1.compiled
lgpled_lib.pas
lgpled_lib.o
lgpled_lib.ppu

What files I must make public, and how people are supposed to use them
in order to relink my application with newer/modified version of the
library?

Thanks in advance.

-- 
Best regards,
 Vladimir

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to