[fpc-pascal] Where is fpc finding link directories?
Jonas Maebe
jonas.maebe at elis.ugent.be
Fri Dec 11 18:21:27 CET 2015
On 11/12/15 17:44, Anthony Walter wrote:
> I guess I'll create symlinks in the standard locations (/usr/lib) for
> these libraries and put that in an install script. Either that or add to
> fpc.cfg, I'm not sure which is better.
Definitely the latter. Everything under /usr belongs exclusively to the
OS/distribution, apart from /usr/local and what's below it. You could
add symlinks in /usr/local/lib, but then it would be better to just
install the library there.
Jonas
More information about the fpc-pascal
mailing list