> 
> As many months ago the solution for me was and has been to override
> cprtO.o with prtO.o
> 
> If my program is working thanks to overwrite cprtO.o with prtO.o What
> does it means?
> 

prt0 is for static programs, cprt0 is for libc programs.
cprt0 initialises and finalises libc, prt0 does not. 

So I think it simply means that your program links to libc, but doesn't
use it, or doesn't use parts that rely on initialisation.


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

Reply via email to