Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QtWebEngine
  4. Linking issue with WebEngine, Qt5Positioning and math functions __atan2_finite __acos_finite
Qt 6.11 is out! See what's new in the release blog

Linking issue with WebEngine, Qt5Positioning and math functions __atan2_finite __acos_finite

Scheduled Pinned Locked Moved Unsolved QtWebEngine
1 Posts 1 Posters 484 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.
  • ErnestoCOE Offline
    ErnestoCOE Offline
    ErnestoCO
    wrote on last edited by
    #1

    hi all,
    Hello I'm developing an application for linux and it was building just fine until I added the webengine module as a dependency, because of that I had to switch to the llvm linker because of some already reported webengine linking issues when doing that my app doesn't longer link, is complaining that cant find __atan2_finite and __acos_finite, I'm using an ubuntu 20.04 docker image to build. These are the config options:

    QT += svg xml qml quick multimedia websockets webengine
    CONFIG += c++17 use_lld_linker
    
    

    linker issue:

    ld.lld: error: /opt/Qt/5.15.1/gcc_64/lib/libQt5Positioning.so: undefined reference to __atan2_finite
    ld.lld: error: /opt/Qt/5.15.1/gcc_64/lib/libQt5Positioning.so: undefined reference to __acos_finite
    collect2: error: ld returned 1 exit status
    

    I cant find anything on google related to this, do anyone know anything about this?

    Thanks in advance!!

    1 Reply Last reply
    0
    • JonBJ JonB referenced this topic on

    • Login

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