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

           Summary: Circular dependency in ICC build
           Product: Build scripts
           Version: trunk
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Makefiles
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


I'm having trouble building llvm-trunk for OS X with icc (11.1 20090624).

I used "configure CC=icc CXX=icpc --disable-optimized --enable-threads=no"
(I've had trouble in the past with CXX=icc, oddly, and also had trouble with
pthreads vs. libthr.)

ICC insists on  a virtual destructor to basic_parser in Support/CommandLine.h.

The last straw seems to be a circular dependency:

find-cycles.pl: Circular dependency between *.a files:
find-cycles.pl:   libLLVMAsmPrinter.a libLLVMCodeGen.a libLLVMScalarOpts.a
libLLVMSelectionDAG.a

A workaround would be appreciated if there's no easy fix.  (Do circular
dependencies even matter on OSX?)


-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to