Results 1 to 2 of 2

Thread: qt-4.5.0 requires glibc>=2.3.2?

  1. #1

    Default qt-4.5.0 requires glibc>=2.3.2?

    While building qt-4.5 I received the following error:
    gtksymbols.cpp.text+0x3e19): undefined reference to `getresuid(unsigned int*, unsigned int*, unsigned int*)'
    gtksymbols.cpp.text+0x3e36): undefined reference to `getresgid(unsigned int*, unsigned int*, unsigned int*)'
    collect2: ld returned 1 exit status
    make[1]: *** [../../../bin/uic3] Error 1
    make[1]: Leaving directory `/var/build/src/tools/uic3'
    make: *** [sub-uic3-make_default-ordered] Error 2

    The prototypes for getresuid and getresgid are defined by glibc>=2.3.2 where as I have glibc 2.2.5. I successfully built qt-4.4 with glibc-2.2.5. I did not find anywhere in the docs mentioning that qt-4.5.0 requires glibc>=2.3.2.

  2. #2
    Join Date
    Mar 2008
    Location
    Houston, Texas, USA
    Posts
    277
    Thanks
    9
    Thanked 17 Times in 17 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Maemo/MeeGo

    Default Re: qt-4.5.0 requires glibc>=2.3.2?

    This is what I found on for requirements.
    http://library.forum.nokia.com/index...ments-x11.html

    I'm using glibc-2.9. Update your glibc then. Using an old version.
    Qt-4.7.3 | Gentoo ~amd64 | KDE-4.7
    Aki IRC Client for KDE4 | Qt Documentation

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.