I have looked up the fpc manual and noticed the fpc manual tell me -Xi can use fpc internal linker to link objects.However,when I trying to add -Xi command to link the generated objects,I was very upset discovering the generated objects are not linked together to one file.I have used -e to try to set the export file name but I fails,either.
So Does anyone have the idea with using fpc internal linker to link objects together and give me an example to link?Must it be a library source code(example as library mydll) or program source code(example as program test)?