[LLVMbugs] [Bug 8849] New: pthread and mingw-w64(/.org?)
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Dec 23 10:59:38 PST 2010
http://llvm.org/bugs/show_bug.cgi?id=8849
Summary: pthread and mingw-w64(/.org?)
Product: Build scripts
Version: trunk
Platform: PC
OS/Version: Windows NT
Status: NEW
Keywords: build-problem
Severity: normal
Priority: P
Component: cmake
AssignedTo: unassignedbugs at nondot.org
ReportedBy: vanboxem.ruben at gmail.com
CC: llvmbugs at cs.uiuc.edu
When running a mingw-w64 toolchain, the presence of pthread.h is correctly
detected, but the link.txt link scripts do not contain the "-lpthread" to link
to the library itself, making every link step in the build process fail for
this reason.
I don't know CMake enough to conjure up a patch for this, but I'm sure it's
quite trivial.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list