#38493: rethinkdb: error: thread-local storage is unsupported for the current target ---------------------------+-------------------------------- Reporter: ryandesign@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: snowleopard Port: rethinkdb | ---------------------------+-------------------------------- Comment (by anatol.pomozov@…): The problem is that your compiler does not support Thread-local storage variables for MachO binary format. I had exactly the same question to Clang mailist 2 years ago http://lists.cs.uiuc.edu/pipermail/cfe- dev/2011-March/013668.html It means you cannot use gcc-4.2 - it does not support TLS. Alternatives - use more recent version gcc (4.6 seems work fine) or recent version of clang. 2 years ago clang did not have support for _thread, but I believe it has now. -- Ticket URL: <https://trac.macports.org/ticket/38493#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X