[lazarus] Free Pascal

Marco van de Voort marcov at stack.nl
Tue Oct 23 05:44:28 EDT 2001


> > > I tested lazarus quickly last weekend, but it never managed to compile a program
> > > correctly. Starting with a form only results in /tmp/program.pas not found.
> > 
> > Probably you ceated a new project and did a build+run without saving. This is called the
> 'test project'. Since the codetools changed the complete file handling of the IDE I had
> not the time to check this feature. But I fixed it now.
> 
> Another strange things was to click on the first/second tab with the components. Then you
> get the load/save dialogs.
> 
> Do the codetools also support ppu files? Because for the types i tried i didn't get a list
> of fields

The same here. I also had to add OPT='-Sg' for some file while building.

Also I had to add /usr/local/lib to the search libdirs.

(unstripped it is +/- 4.5 MB)

su-2.05# ls -als lazarus
1648 -rwxr-xr-x  1 root  wheel  1673164 Oct 23 12:00 lazarus
su-2.05# ldd lazarus
lazarus:
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x28180000)
        libgdk12.so.2 => /usr/X11R6/lib/libgdk12.so.2 (0x28259000)
        libglib12.so.3 => /usr/local/lib/libglib12.so.3 (0x2828b000)
        libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0x282ad000)
        libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x282b5000)
        libm.so.2 => /usr/lib/libm.so.2 (0x282c3000)
        libgtk12.so.2 => /usr/X11R6/lib/libgtk12.so.2 (0x282df000)
        libc.so.4 => /usr/lib/libc.so.4 (0x28407000)
        libXThrStub.so.6 => /usr/X11R6/lib/libXThrStub.so.6 (0x2849f000)
        libgmodule12.so.3 => /usr/local/lib/libgmodule12.so.3 (0x284a1000)
        libintl.so.1 => /usr/local/lib/libintl.so.1 (0x284a4000)
        libxpg4.so.3 => /usr/lib/libxpg4.so.3 (0x284a9000)







More information about the Lazarus mailing list