Referring to this
post, I got a question. As it iseems to be not solely a Lazarus or FPC problem, but more a general Linux issue, I'll place it here.
As I understand fpc.cfg is, with regard to the library search path, supplemental to the ld.so.conf. So when I've got all library paths in ld.so.conf I would not have to add anything to the relating section in fpc.cfg. However I noticed that if a library path containing necessary libs is not in fpc.cfg the libs are not found, even though the path is mentioned in ld.so.conf.
However the error when compiling, states that ld cannot find a library.
Is this a flaw in the FPC compiler or is somethins amiss with ld?
In the first case it looks like the settings in fpc.cfg overwrite the settings in ld.so.conf.
Anyone any thoughts on this?