[fpc-devel] fp IDE and gdbint on Debian Wheezy/testing

Vincent Snijders vincent.snijders at gmail.com
Mon Nov 5 14:40:24 CET 2012


> First I added -Fl/usr/lib/i386-linux-gnu to the fpc.cfg. But for building fpc that doesn't help, because of the -n parameter added by make all. So I did make all OPT="-Fl/usr/lib/i386-linux-gnu". That works for trunk, but not for fixes_2_6 because OPT is not passed when building fpmake.pp in the packages/fastcgi dir.
>

I found out the cause of *my* problem. The ld provided by Ubuntu
(version 2.22) was in /usr/bin. There was also an older version 2.21
in /usr/local/bin which was actually chosen. Fixing that solved my
problem.

Vincent



More information about the fpc-devel mailing list