>See the output of 'ldd /usr/lib/libgtk-x11-2.0.so' I see. This lib adds most of dependencies.
Panagiotis -----Original Message----- From: Peter Vreman [mailto:[EMAIL PROTECTED] Sent: Monday, April 10, 2006 5:17 PM To: [email protected] Subject: RE: [lazarus] Dependencies under Linux > > > On Mon, 10 Apr 2006, Panagiotis Sidiropoulos wrote: > >>> I think you should check what are the dependiences for empty TForm >>> application on your system .Later check by adding one by one each >>> control and test which makes such big dependiences and report as a >>> bug. >> >> >> I did this, adding components one by one. From empty form up to >> adding all components, I got only following dependencies while >> compiling for gtk. When compiled for gtk2 I go all that list included >> in my first post. >> >> linux-gate.so.1 => (0xffffe000) >> libglib-1.2.so.0 => /usr/lib/libglib-1.2.so.0 (0xb7fb2000) >> libgdk-1.2.so.0 => /usr/lib/libgdk-1.2.so.0 (0xb7f7a000) libX11.so.6 >> => /usr/X11R6/lib/libX11.so.6 (0xb7eb3000) libgtk-1.2.so.0 => >> /usr/lib/libgtk-1.2.so.0 (0xb7d6b000) libXi.so.6 => >> /usr/X11R6/lib/libXi.so.6 (0xb7d63000) libXext.so.6 => >> /usr/X11R6/lib/libXext.so.6 (0xb7d54000) libm.so.6 => >> /lib/tls/libm.so.6 (0xb7d2e000) libgdk_pixbuf.so.2 => >> /usr/lib/libgdk_pixbuf.so.2 (0xb7d1a000) libdl.so.2 => >> /lib/tls/libdl.so.2 (0xb7d16000) libc.so.6 => /lib/tls/libc.so.6 >> (0xb7bdf000) libgmodule-1.2.so.0 => /usr/lib/libgmodule-1.2.so.0 >> (0xb7bdc000) /lib/ld-linux.so.2 (0xb7feb000) > > This is a normal list which cannot be reduced, AFAIK. > > That GTK2 uses more libraries is probably a 'feature' of GTK2, which > cannot be solved completely by FPC... See the output of 'ldd /usr/lib/libgtk-x11-2.0.so' _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
