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. Undefined memcpy@GLIBC_2.14, getauxval@GLIBC_2.14, aligned_alloc@GLIBC_2.16

Undefined memcpy@GLIBC_2.14, getauxval@GLIBC_2.14, aligned_alloc@GLIBC_2.16

Scheduled Pinned Locked Moved Solved General and Desktop
6 Posts 4 Posters 700 Views 2 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.
  • D Offline
    D Offline
    DeadComposer
    wrote on last edited by
    #1

    I'm getting these errors when I try to compile some simple C++ Qt code with:

    • RH Linux 7
    • GCC/G++ 12.3.0
    • Qt 6.7.0
    • Cmake 3.28
    • Anaconda environment

    Anyone else seen problems like this one?

    C 1 Reply Last reply
    0
    • D DeadComposer

      @ChrisW67 Correction, it's RH Linux 8.8. I guess I should be using GCC 10 instead of GCC 12.

      D Offline
      D Offline
      DeadComposer
      wrote on last edited by
      #6

      @DeadComposer Switching to GCC 10 worked.

      1 Reply Last reply
      0
      • D DeadComposer

        I'm getting these errors when I try to compile some simple C++ Qt code with:

        • RH Linux 7
        • GCC/G++ 12.3.0
        • Qt 6.7.0
        • Cmake 3.28
        • Anaconda environment

        Anyone else seen problems like this one?

        C Offline
        C Offline
        ChrisW67
        wrote on last edited by
        #2

        Looks like you have a mix of glibc versions required/installed and the linker is not happy.

        Redhat Linux 7 is not a supported version for Qt 6.7 so you will probably be on your own. See the notes in Availability of Packages.

        I've no idea what "Anaconda environment" is. If someone else is providing Qt binaries then you should address questions to them about dependencies.

        Pl45m4P D 2 Replies Last reply
        0
        • C ChrisW67

          Looks like you have a mix of glibc versions required/installed and the linker is not happy.

          Redhat Linux 7 is not a supported version for Qt 6.7 so you will probably be on your own. See the notes in Availability of Packages.

          I've no idea what "Anaconda environment" is. If someone else is providing Qt binaries then you should address questions to them about dependencies.

          Pl45m4P Offline
          Pl45m4P Offline
          Pl45m4
          wrote on last edited by
          #3

          @ChrisW67 said in Undefined memcpy@GLIBC_2.14, getauxval@GLIBC_2.14, aligned_alloc@GLIBC_2.16:

          Anaconda environment

          Anaconda is a package manager / virtual env. for Python... and honestly I dont know how it should be related to the issue ;-)


          If debugging is the process of removing software bugs, then programming must be the process of putting them in.

          ~E. W. Dijkstra

          SGaistS 1 Reply Last reply
          0
          • Pl45m4P Pl45m4

            @ChrisW67 said in Undefined memcpy@GLIBC_2.14, getauxval@GLIBC_2.14, aligned_alloc@GLIBC_2.16:

            Anaconda environment

            Anaconda is a package manager / virtual env. for Python... and honestly I dont know how it should be related to the issue ;-)

            SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #4

            @Pl45m4 well, yes and no, even if mainly used for Python related projects, it's a tool that also allows you to build reproducible environments in a scientific context with many libs from different languages. The compilers are standardized so all packages are consistent (at least it's the goal).

            Back to the original problem, @DeadComposer what are you building and how ? You might be mixing your host and your conda environment.

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply
            0
            • C ChrisW67

              Looks like you have a mix of glibc versions required/installed and the linker is not happy.

              Redhat Linux 7 is not a supported version for Qt 6.7 so you will probably be on your own. See the notes in Availability of Packages.

              I've no idea what "Anaconda environment" is. If someone else is providing Qt binaries then you should address questions to them about dependencies.

              D Offline
              D Offline
              DeadComposer
              wrote on last edited by DeadComposer
              #5

              @ChrisW67 Correction, it's RH Linux 8.8. I guess I should be using GCC 10 instead of GCC 12.

              D 1 Reply Last reply
              0
              • D DeadComposer

                @ChrisW67 Correction, it's RH Linux 8.8. I guess I should be using GCC 10 instead of GCC 12.

                D Offline
                D Offline
                DeadComposer
                wrote on last edited by
                #6

                @DeadComposer Switching to GCC 10 worked.

                1 Reply Last reply
                0
                • D DeadComposer has marked this topic as solved on

                • Login

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