Thank you for the precompiled binaries!
Trying to installing your precompiled packages on Raspberry.
Jessie 4.1.13-v7+ #826 SMP PREEMPT Fri Nov 13 20:19:03 GMT 2015 armv7l GNU/Linux
(debian adapted for Raspberry Pi)
Fresh installed system, uptodate via apt-get update/upgrade.
Using defaults.
Last lines output of ./setup.sh shown are
lazarus/lazbuild
rm: cannot remove ‘/home/pi/Development/fpc/fpc/bin/fpc.cfg’: No such file or directory
Your Free Pascal 3.0 with Lazarus is now installed
lazbuild seems not to have finished. I can see the development directory being populated.
Development/fpc/fpc/bin/fpc shows an installed compiler.
The lazarus button on the desktop works (I filled in the working directory). But the freepascal button does not, no terminal opened, it just flashes (I did enter run in terminal, stay open).
A console program (writeln helloworld ) made with Lazarus works. But a simple form based program (form with a label) fails with crtbegin.o not found link error.