Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Symbol(s) not found for architecture x86_64
Forum Updated to NodeBB v4.3 + New Features

Symbol(s) not found for architecture x86_64

Scheduled Pinned Locked Moved General and Desktop
3 Posts 3 Posters 7.8k 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.
  • Z Offline
    Z Offline
    zolidznake
    wrote on 9 Oct 2012, 14:47 last edited by
    #1

    hello,

    i received a mac os x 10.7.2 and i have this error in qt 4.8.2(64 bit)

    Symbol(s) not found for architecture x86_64

    i can't make it working normaly

    thank you

    1 Reply Last reply
    0
    • S Offline
      S Offline
      sportlover
      wrote on 9 Oct 2012, 17:04 last edited by
      #2

      Have you added the correct info to the project file?
      Have you, for example, add the correct info to the QT element in the project file?

      1 Reply Last reply
      0
      • G Offline
        G Offline
        goetz
        wrote on 9 Oct 2012, 17:31 last edited by
        #3

        You need to adjust the architecture settings four your whole chain of libraries, frameworks etc. All those must at least contain every architecture that your final executable should run on.

        An OS X binary can contain up to four architectures: PPC and Intel and each in 32 and 64 bit.

        You can tweak the settings with += and -= on qmake's CONFIG variable, using ppc, ppc64, x86 and x86_64.

        Please have a look at the complete linker output, it tells you for which symbol the code is missing.

        http://www.catb.org/~esr/faqs/smart-questions.html

        1 Reply Last reply
        0

        3/3

        9 Oct 2012, 17:31

        • Login

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