Hey, just installed Lazarus, everything worked fine, but when I tried copmiling and running a blank project (the thing that comes up when you start the IDE), I got some errors.
It appears as though it's bombing out when it goes to linking -- ld says that it's hit an incompatible object file. How the hell do I get round that though?
I'm running FC5 x86_64, by the way.
Here is the full output:
Hint: Start of reading config file /etc/fpc.cfg
Hint: End of reading config file /etc/fpc.cfg
Free Pascal Compiler version 2.0.2 [2005/11/26] for i386
Copyright (c) 1993-2005 by Florian Klaempfl
Target OS: Linux for i386
Compiling /tmp/project1.lpr
Compiling unit1.pas
Linking /tmp/project1
/usr/bin/ld: skipping incompatible /usr/lib/fpc/2.0.2/units/i386-linux/rtl/cprt21.o when searching for /usr/lib/fpc/2.0.2/units/i386-linux/rtl/cprt21.o
/usr/bin/ld: cannot find /usr/lib/fpc/2.0.2/units/i386-linux/rtl/cprt21.o
project1.lpr(17,1) Error: Error while linking
/usr/bin/ld: skipping incompatible /usr/lib/fpc/2.0.2/units/i386-linux/rtl/cprt21.o when searching for /usr/lib/fpc/2.0.2/units/i386-linux/rtl/cprt21.o
/usr/bin/ld: cannot find /usr/lib/fpc/2.0.2/units/i386-linux/rtl/cprt21.o
project1.lpr(17,1) Error: Error while linking