[lazarus] Lazarus on Linux

Mattias Gaertner nc-gaertnma at netcologne.de
Thu Mar 6 13:12:03 EST 2003


On Thu,  6 Mar 2003 15:15:36 -0300
"hjamilis" <hjamilis at pymesoft.com.ar> wrote:

> Help!
> 
> I am trying to test Lazarus on a linux box without success.
> I am able to build it (with FPC 1.0.7 and lazarus from cvs sources), but
> it does not work.
> 
> It starts. I see the splash screen. It uses 100% processor.
> But nothing else happend. It keeps this way until I kill the process.
> 
> Anybody can help me?

Plz load lazarus in gdb:

[]$ cd lazarus
[]$ gdb lazarus
(gdb) run

Lazarus should start. When it hangs, go to the gdb and press Ctrl+C. This
will stop lazarus, without killing it. Type 'bt' for backtrace:

(gdb) bt

Send the output to me or to the list.

Leave gdb:

(gdb) quit


Mattias






More information about the Lazarus mailing list