[LLVMbugs] [Bug 11704] New: automatically tries to build libc++ using OSX Makefile

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Jan 4 10:57:19 PST 2012


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

             Bug #: 11704
           Summary: automatically tries to build libc++ using OSX Makefile
           Product: new-bugs
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: marc.glisse at normalesup.org
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


Hello,

I have a checkout of llvm, and checkouts of clang under tools/ and compiler-rt
and libcxx under projects/ as recommended. I configure with the simple:
/path/to/configure --prefix=/path/to/inst --enable-optimized, then run make and
make install.

Apparently, this now automatically tries to handle libc++ (which is great),
except that it uses the Makefile in there which only stands some chance of
working on OSX. Besides, the compilation is triggered by make install, not by
make. And things are done in the checkout, not in the build directory.

Since the build system is not ready, it might be better not to automatically do
anything with libcxx?

-- 
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