Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Qt-4.8.4 : does not allow automatic multiple TOCs
Qt 6.11 is out! See what's new in the release blog

Qt-4.8.4 : does not allow automatic multiple TOCs

Scheduled Pinned Locked Moved Installation and Deployment
1 Posts 1 Posters 1.2k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    BertrandB
    wrote on last edited by
    #1

    Hello everybody,

    I am trying to compile qt-4.8.4 needed for salome 7.2.0 but I have this problem :

    qt-4.8.4_SRC/src/gui

    /scinet/p7/compilers/gcc-4.6.1/bin/ld: .obj/release-shared/qgraphicsscenebsptreeindex.o(.text+0x628): sibling call optimization to QList<int>::clear()' does not allow automatic multiple TOCs; recompile with -mminimal-toc or -fno-optimize-sibling-calls, or make QList<int>::clear()' extern
    /scinet/p7/compilers/gcc-4.6.1/bin/ld: .obj/release-shared/qgraphicsscenebsptreeindex.o(.text+0x6d8): sibling call optimization to QList<int>::append(int const&)' does not allow automatic multiple TOCs; recompile with -mminimal-toc or -fno-optimize-sibling-calls, or make QList<int>::append(int const&)' extern
    /scinet/p7/compilers/gcc-4.6.1/bin/ld: .obj/release-shared/qgraphicsscenebsptreeindex.o(.text+0x734): sibling call optimization to QHash<QGraphicsItem*, QHashDummyValue>::detach_helper()' does not allow automatic multiple TOCs; recompile with -mminimal-toc or -fno-optimize-sibling-calls, or make QHash<QGraphicsItem*, QHashDummyValue>::detach_helper()' extern

    I tried to add the options -mminimal-toc or -fno-optimize-sibling-calls in the Makefile without success.

    What should I do ?

    I am using Red Hat Enterprise Linux Server release 6.3 with gcc (GCC) 4.6.1 .

    Thank you for your help,

    Cheers,

    Bertrand

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved