On Tue, 15 Dec 2015 17:17:47 +0100, Mattias Gaertner <[email protected]> wrote:
>> Is there just a single fpc.cfg? > >The compiler searches for a config at several places and stops at the >first hit. > I searched for the cfg files: pi@rpi2-jessie / $ sudo find -name fpc*.cfg ./home/pi/fpc/fpcbuild-2.6.4/install/amiga/fpc.cfg ./var/lib/dpkg/alternatives/fpc.cfg ./etc/alternatives/fpc.cfg ./etc/fpc-2.6.4.cfg ./etc/fpc.cfg I also found out that /etc/fpc.cfg is actually a symlink: /etc/fpc.cfg -> /etc/alternatives/fpc.cfg which in turn is a symlink: /etc/alternatives/fpc.cfg -> /etc/fpc-2.6.4.cfg So in a roundabout way /etc/fpc.cfg is actually: /etc/fpc-2.6.4.cfg Question: Is the fpc version 2.6.4 cfg file any good for fpc 3.0.0? Seems a very involved way of handling this, hard for me to follow in any case. :( In case the problem was caused by the fpc 3.0.0 I switched back to 2.6.4 and tried to build lazarus 1.6RC1. Same exact error message... -- Bo Berglund Developer in Sweden -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
