[Lazarus] TIBConnection + LCLNoGui + FreeBSD

Marco van de Voort marcov at stack.nl
Sun May 22 13:59:37 CEST 2011


On Sun, May 22, 2011 at 12:16:16PM +0200, Mattias Gaertner wrote:
> No, the nogui widgetset does not pull in any GUI libs. 
> For example lazbuild under linux:
>         linux-vdso.so.1
>         libc.so.6
>         /lib64/ld-linux-x86-64.so.2
> 
> Under OS X it uses iconv and carbon framework. This is not passed to
> the compiler as command line parameters, so it must be something in the
> OS X units.

iconv is integrated in glibc on Linux.  (since both are GNU).

On BSDs iconv is a separate lib. 

Another such case on Linux dynamic linking is in libdl, while in most BSDs
 it is in libc.

Haiku has own names for nearly everything, and solaris generally is the same
as Linux in these matters.

> Is there a tool to see what ppu drags what libraries?

iconvenc and/or widestring manager. Most likely both.





More information about the Lazarus mailing list