Results 1 to 4 of 4

Thread: libqui and libstdc++.so.6 (and 5)

  1. #1
    Join Date
    Jul 2006
    Posts
    79
    Qt products
    Qt3 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default libqui and libstdc++.so.6 (and 5)

    hello everyone,
    if i am not mistaken libqui for qt-3.3.4 and 3.3.6 is compiled based on
    libstdc++.so.5 . correct?

    so if i compile my application with libstdc++.so.6 ... the probably will be some problem right?

    thing is i have this application that i started development on last year. since it is running on an embedded arm processor, the normal step for me is to compile the arm executable through scratchbox. so far no problem had shown up.

    however, i recently had to re-install scratchbox from scratch and the toolchain contains libstdc++.so.6 instead of 5.. obviously if i had the old toolchain i would have used that instead that had the v5 instead of the v6, but i dont.

    so i recompiled as always the application and it did so smoothly. only a warning message came up saying:
    /scratchbox/compilers/arm-linux-gcc3.4.cs-glibc2.3/lib/gcc/arm-linux/3.4.2/../../../../arm-linux/bin/ld: warning: libstdc++.so.5, needed by /usr/share/qt3/lib/libqui.so, may conflict with libstdc++.so.6
    then i went on to run the app. it required v6 of the lib to be run so i provided that too.. it did run smoothly for the first few hours... but some time overnight it 'froze' for the 1st time...

    so im thinking that its possible there is problem with the different versions, and that i should try to have the 'same' of these. and i have tried ALOT to find the old toolchain with no luck... i also tried compiling the QTlib from scratch inside scratchbox and it fails to compile in so many ways...

    so i will ask.. is there a version of qt-3.3.4 or 3.3.6 that was compiled with libqui based on libstdc++.so.6 ?

    thank you for your help
    nass

  2. #2
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: libqui and libstdc++.so.6 (and 5)

    Quote Originally Posted by nass View Post
    is there a version of qt-3.3.4 or 3.3.6 that was compiled with libqui based on libstdc++.so.6 ?
    Why not compile it yourself?
    J-P Nurmi

  3. #3
    Join Date
    Jul 2006
    Posts
    79
    Qt products
    Qt3 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: libqui and libstdc++.so.6 (and 5)

    seems impossible... i get thousands compiler errors when trying to compile it in scratchbox.....

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: libqui and libstdc++.so.6 (and 5)

    Quote Originally Posted by nass View Post
    seems impossible... i get thousands compiler errors when trying to compile it in scratchbox.....
    Could you post the first error message?

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.