Free Pascal Compiler version 1.9.5 [2004/06/17] for i386
Copyright (c) 1993-2004 by Florian Klaempfl
Target OS: Linux for i386
Compiling lazarus.pp
Linking ./lazarus
./lazarus.o(.data+0x0): In function `main':
lazarus.pp:60: undefined reference to `DEBUGINFO_P$LAZARUS'
lazarus.pp(97,1) Error: Error while linking
Closing script ./ppas.sh
make[1]: *** [lazarus] Fehler 1
or
this
../bin/uimpfisc.o(.text+0x98): In function `TFRMIMPFISC__FORMSHOW':
uimpfisc.pas:182: undefined reference to `.L64'
../bin/uimpfisc.o(.text+0xc8):uimpfisc.pas:184: undefined reference to `.L71'
siages.lpr(26,1) Error: Error while linking
Closing script ../bin/ppas.sh
there, the error messages are more descriptive.
if you are in windows using the windows installer, there is a change that you will not see too much messages. You can do the following in a dos box in the lazarus directory.
lazarus --debug-log=debug.txt
of if you prefer to use startlazarus then do:
set lazarus_debuglog=debug.txt
startlazarus
after trying to compile, exit lazarus and look in the debug.txt if there is more information. Post your findings