David Lyon schreef:
Marco van de Voort wrote:
Define "load". Also keep in mind that Perl installs interpreter
sourcecode, what exactly do you imagine for FPC? compiled libs, source?
How do you deal with versioning?
Right. That's what perl does. We should do the same thing. Then compile it into a library that we can use.

I don't understand what you really want to add. The perl reference is next
to useless. Please be more descriptive.
The typical scenario is this... need a library for say ... blowfish encryption...

Run the package-manager fppkg ... search for blowfish... find the package... download it... compile it... and have it available.

we end up with the following files in our directories...

 /packages
                /source - blowfish.pas
                               readme.txt
                               moduleinfo.xml
                /library
                               blowfish.dll
               (or)          blowfish.so



                /units
                        blowfish.ppu
                        blowfish.o

I prefer static linking, easier deployment.

Vincent

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to