Opened 10 years ago
Closed 10 years ago
#7542 closed Bugs (fixed)
Missing -lpthread in chrono/io tester Sandia-clang-trunk
Reported by: | viboes | Owned by: | viboes |
---|---|---|---|
Milestone: | Boost 1.52.0 | Component: | chrono |
Version: | Boost 1.51.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Test output: Sandia-clang-trunk - chrono - v1_french_s / clang-linux-trunk Rev 81015 / Fri, 19 Oct 2012 02:32:03 +0000 Report Time: Sun, 21 Oct 2012 05:47:52 +0000 Link [2012-10-19 03:16:51 UTC]: fail "/scratch/kbelco/llvm_linux/build/Release+Asserts/bin/clang++" -o "/scratch/kbelco/boost/results/boost/bin.v2/libs/chrono/test/v1_french_s.test/clang-linux-trunk/debug/v1_french_s" "/scratch/kbelco/boost/results/boost/bin.v2/libs/chrono/test/v1_french_s.test/clang-linux-trunk/debug/french.o" "/scratch/kbelco/boost/results/boost/bin.v2/libs/chrono/build/clang-linux-trunk/debug/link-static/libboost_chrono.a" "/scratch/kbelco/boost/results/boost/bin.v2/libs/system/build/clang-linux-trunk/debug/link-static/libboost_system.a" -g -lrt /usr/bin/ld: /scratch/kbelco/boost/results/boost/bin.v2/libs/chrono/test/v1_french_s.test/clang-linux-trunk/debug/v1_french_s: undefined reference to symbol 'pthread_cancel@@GLIBC_2.2.5' /usr/bin/ld: note: 'pthread_cancel@@GLIBC_2.2.5' is defined in DSO /lib64/libpthread.so.0 so try adding it to the linker command line /lib64/libpthread.so.0: could not read symbols: Invalid operation clang: error: linker command failed with exit code 1 (use -v to see invocation)
Change History (3)
comment:1 by , 10 years ago
Status: | new → assigned |
---|
comment:3 by , 10 years ago
Milestone: | To Be Determined → Boost 1.52.0 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Committed revision [81046].
Note:
See TracTickets
for help on using tickets.
I don't know if changing
by
solves the issue.