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.6 win32-msvc2008 compilation. error LNK2001: unresolved external symbol __imp__q_atomic_increment

Qt 4.8.6 win32-msvc2008 compilation. error LNK2001: unresolved external symbol __imp__q_atomic_increment

Scheduled Pinned Locked Moved Installation and Deployment
impqatomicincremsvc2008
1 Posts 1 Posters 813 Views
  • 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
    Dakota
    wrote on 29 May 2015, 08:24 last edited by
    #1

    Hello everyone!

    I have been experimenting some problems after compiling Qt 4.8.6 with win32-msvc2008 platform . Using this configuration:

    configure -debug-and-release -prefix C:/libs/3rdparty/qtfw_4_8_6_1/lib/windows/x86 -opensource -platform win32-msvc2008 -qt-sql-mysql -plugin-sql-mysql -I C:/libs/3rdparty/msql_5_6_13_4/include -L C:/libs/3rdparty/msql_5_6_13_4/lib/windows/x86 -opengl desktop -nomake examples -nomake tests -nomake demos -nomake docs

    I got a succesfull compilation. But when I try to compile a test program using my Qt version compiled, it goes fine in Debug mode but in Release I get these Link errors:

    xx.obj : error LNK2019: unresolved external symbol __imp__q_atomic_increment referenced in function ...
    yy.obj : error LNK2001: unresolved external symbol __imp__q_atomic_increment
    xx.obj : error LNK2019: unresolved external symbol __imp__q_atomic_decrement referenced in function "public: __thiscall ...
    yy.obj : error LNK2001: unresolved external symbol __imp__q_atomic_decrement

    It seems that something is not being exported or not compiled for my windows platform. Any ideas would be really appreciated.

    Thanks in advance.

    1 Reply Last reply
    0

    1/1

    29 May 2015, 08:24

    • Login

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