Hi, I am trying to statically link an application we develop and I am getting a lot of warnings by linking: /usr/lib/qt3/lib/libqt.a(qfileinfo_unix.o)(.text+0x52a): In function `QFileInfo::group() const': : warning: Using 'getgrgid' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/lib/qt3/lib/libqt.a(qfiledialog.o)(.text+0x8c27): In function `QFileDialog::setDir(QString const&)': : warning: Using 'getpwnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/lib/qt3/lib/libqt.a(qapplication_x11.o)(.text+0x16e9): In function `sm_performSaveYourself(QSessionManagerData*)': : warning: Using 'getpwuid' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/X11R6/lib/libX11.a(GetDflt.o)(.text+0x9a): In function `GetHomeDir': : warning: Using 'getpwnam_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/X11R6/lib/libX11.a(GetDflt.o)(.text+0xea): In function `GetHomeDir': : warning: Using 'getpwuid_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/X11R6/lib/libICE.a(transport.o)(.text+0x51b): In function `_IceTransSocketOpen': : warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/X11R6/lib/libICE.a(transport.o)(.text+0x2b02): In function `_IceTransGetPeerNetworkId': : warning: Using 'gethostbyaddr' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/X11R6/lib/libICE.a(transport.o)(.text+0x326a): In function `_IceTransSocketINETConnect': : warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/X11R6/lib/libICE.a(transport.o)(.text+0x183a): In function `_IceTransSocketINETCreateListener': : warning: Using 'getservbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking collect2: ld returned 1 exit status make[2]: *** [crysvun] Error 1 This happens on an up-to-date SuSE Linux 9.3. (i686) Any help will be appreciated. Regards, G. Ardelean.