[LLVMbugs] [Bug 14451] New: build instructions for libc++ on web page are out-of-date

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Nov 28 17:42:53 PST 2012


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

             Bug #: 14451
           Summary: build instructions for libc++ on web page are
                    out-of-date
           Product: libc++
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
        AssignedTo: hhinnant at apple.com
        ReportedBy: kremenek at apple.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


The website says to build libc++, one does the following:

cd libcxx/lib
export TRIPLE=-apple-
./buildit
ln -sf libc++.1.dylib libc++.dylib


This is not true.  One runs make with the appropriate arguments.

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