[Lazarus] Lazarus 1.6RC1 make bigide fails on Raspberry Pi2
Bo Berglund
bo.berglund at gmail.com
Tue Dec 15 20:32:07 CET 2015
On Tue, 15 Dec 2015 17:17:47 +0100, Mattias Gaertner
<nc-gaertnma at netcologne.de> 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 at 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
More information about the Lazarus
mailing list