[fpc-pascal] Link against .so generated by ppumove
Jonas Maebe
jonas.maebe at elis.ugent.be
Wed Aug 22 16:27:41 CEST 2012
leledumbo wrote on Wed, 22 Aug 2012:
> I've created a .so from a unit by compiling it to .ppu and .o and then
> executes ppumove on the .ppu. Now I've got the .so and .ppl (extension
> specified with -e), how can I tell fpc to link against them instead of the
> .ppu and .o? I've tried with -XD with no success.
You probably can't. The above is all part of what will be necessary
for supporting Delphi-style packages, but the functionality is not
finished (and has been that way since a long time).
Jonas
More information about the fpc-pascal
mailing list