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. Name mangling different between 32bit and 64bit Linux machines
Forum Updated to NodeBB v4.3 + New Features

Name mangling different between 32bit and 64bit Linux machines

Scheduled Pinned Locked Moved Installation and Deployment
1 Posts 1 Posters 1.6k 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.
  • Y Offline
    Y Offline
    ycyclop
    wrote on last edited by
    #1

    I compiled Qt on a 64bit Linux machine
    one time using: linux-g++-32
    and the second time: linux-g++-64

    In the 32 bit version I got png_create_info_struct
    and all other png_ functions were C mangled
    and in the 64 bit version I got png_create_info_struct@@PNG12_0
    and all other png_ functions were C++ mangled

    I got the information using nm -s

    This caused other problems since I use freeimage library. What can cause this name mangling difference?

    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