In our previous episode, Sven Barth said: > > > > I'm not sure how far along it is, and if it is default. (is the internal > > linker always default if available?) > Yes, the internal linker is used by default. See options.pas, line 3246:
>From the code and looking at the i_ records, I'd say that the .link field determines if the internal linker is used. (so not just its registration). Anyway thanks, it is clearer now. _______________________________________________ fpc-pascal maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-pascal
