boost::thread

boost::thread

Discuss the source code and development of Spring Engine in general from a technical point of view. Patches go here too.

Moderator: Moderators

Post Reply
User avatar
lurker
Posts: 3842
Joined: 08 Jan 2007, 06:13

boost::thread

Post by lurker »

Compiling spring with the most recent version of mingwrt, 3.18, causes a multiple definition of `_tls_used'

This does not happen if the following function exists anywhere in the codebase. I'm currently inserting it into a random cpp file:
extern "C" void tss_cleanup_implemented() { }

References:
https://svn.boost.org/trac/boost/ticket/4258
http://lists.boost.org/Archives/boost/2 ... 130440.php

I'm sure something should be done about this, but not what. I don't really know the root cause yet.
Post Reply

Return to “Engine”