In our previous episode, vfclists . said:
> Warning: "crti.o" not found, this will probably cause a linking failure
> templateSys.lpr(39,1) Warning: "crtn.o" not found, this will probably cause
> a linking failure.

Under Linux, the directory for those files is passed to FPC by a -Fl line in
the fpc.cfg which is setup by the installer script (standalone pkg) or the
distribution (in the case of a distribution package)
 
Usually that installer calls fpcmkcfg which calls gcc with
--print-libgcc-file-name to determine the location.

This assumes everything is configured correctly when FPC was installed, if
not, try rerunning fpcmkcfg or manually fixing fpc.cfg

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

Reply via email to