STEllAR-GROUP / hpx

The C++ Standard Library for Parallelism and Concurrency
https://hpx.stellar-group.org
Boost Software License 1.0
2.54k stars 438 forks source link

sheneos_test fails to link #357

Closed brycelelbach closed 12 years ago

brycelelbach commented 12 years ago

[reported by heller] [Trac time Thu Mar 8 17:09:53 2012] With a fresh cmake build directory, the target "sheneos_test_exe" fails to link". The link error is: ../../lib/hpx/libhpxd.so.0.8.0: undefined reference to hpx::util::thread_mapper::invalid_index' ../../lib/hpx/libhpxd.so.0.8.0: undefined reference tohpx::util::thread_mapper::invalid_tid'

This is with gcc 4.6

My working copy is 37675b0941f2d63d517c4cae13b805729112434b. This is a debug build. It works fine in release. The same happens with neutron_star. Other examples are affected as well.

brycelelbach commented 12 years ago

[comment by blelbach] [Trac time Fri Mar 9 22:02:08 2012] Fixed as of bb6b0c7128920453db01f1d5a2132b461963c667.