[Bug 216745] net-p2p/qbittorrent: fails to build with clang 4.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Feb 3 03:37:28 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216745

--- Comment #5 from Jan Beich (mail not working) <jbeich at FreeBSD.org> ---
Created attachment 179555
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=179555&action=edit
simple test case

$ pkg install boost-libs llvm39 llvm40
$ export CPATH=/usr/local/include LIBRARY_PATH=/usr/local/lib
$ clang++39 -m32 boost_atomic.test.cc -lboost_atomic
$ clang++40 -m32 boost_atomic.test.cc -lboost_atomic
boost_atomic-850574.o: In function `main':
boost_atomic.test.cc:(.text+0x2ba): undefined reference to `__atomic_store_8'
clang-4.0: error: linker command failed with exit code 1 (use -v to see
invocation)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-office mailing list