[lazarus] Nearly there.

Samuel Liddicott sam at campbellsci.co.uk
Fri Aug 13 08:20:24 EDT 1999




> -----Original Message-----
> From: Pascal Dutilleul [mailto:pduti at yahoo.com]
> Sent: 13 August 1999 12:57 PM
> To: lazarus at miraclec.com
> Subject: RE: [lazarus] Nearly there.
>

> After building gtk, shouldn't you have to copy *.ppu somewhere ?
> (..../units ? )

No.  Anyway lazarus uses ../gtk in its NEEDUNITDIR

The trouble is I have not gtk static libs, only .so but lazarus is being
built for static.

I tried doing

ld -dynamic-linker=/lib/ld-linux.so.2 -shared -o ./lazarus ./link.res

but then it core dumps when I run it.

I try

ld -dynamic-linker=/lib/ld-linux.so.2 -Bdynamic -o ./lazarus ./link.res
but I'm not sure how to specify shared libraries to the linker.

Sam






More information about the Lazarus mailing list