I just found the solution to the issue two days ago.
Changing the code to
ACE_Atomic_Op m_refs;
solves the issue and works fine, thus the issue can be closed.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.ne
Public bug reported:
There seems to be an issue with linking applications built with clang
against ACE.
I do use ace/Atomic_Op.h and have a private variable in a class like
ACE_Atomic_Op m_refs;
This will throw an error like
../../lib/libmangos-shared.a(Threading.cpp.o): In function
`ACE_Ato