[LLVMbugs] [Bug 1019] NEW: ParallelJIT requires pthread library, makefiles don't handle it right.

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Tue Nov 28 11:57:04 PST 2006


http://llvm.org/bugs/show_bug.cgi?id=1019

           Summary: ParallelJIT requires pthread library, makefiles don't
                    handle it right.
           Product: Build scripts
           Version: 1.6
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Makefiles
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: rspencer at x10sys.com


On windows, without a pthread.h or libpthread.so we get:

make[2]: Entering directory `/d/Apps/llvm/examples/ParallelJIT'
> llvm[2]: Compiling ParallelJIT.cpp for Release build 
> ParallelJIT.cpp:20:21: pthread.h: No such file or directory
> ParallelJIT.cpp:212: error: `pthread_cond_t' does not name a type
> ParallelJIT.cpp:212: error: extra semicolon
> ParallelJIT.cpp:213: error: `pthread_mutex_t' does not name a type
> ParallelJIT.cpp:213: error: extra semicolon
> .... lots more errors

The configuration checks are there, but they are not exposed to the Makefiles
and consequently not being used by the ParallelJIT Makefile.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the llvm-bugs mailing list