[ 
https://issues.apache.org/jira/browse/STDCXX-1067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13451444#comment-13451444
 ] 

Liviu Nicoara commented on STDCXX-1067:
---------------------------------------

The default, LLVM-based, C++ compiler shipped by Apple does not come with a C++ 
support library. Instead, Apple  folds (almost) all C++ support in libc++, an 
implementation of the C++ Standard library, leaving only a small layer outside, 
in the form of libc++abi, in order to facilitate the portability of the C++ 
Standard Library.

Pathscale produces and released libcxxrt, based on libc++abi, which adds the 
missing C++ support to libc++abi, effectively replacing gcc's libsupc++.
                
> Mac OS X port
> -------------
>
>                 Key: STDCXX-1067
>                 URL: https://issues.apache.org/jira/browse/STDCXX-1067
>             Project: C++ Standard Library
>          Issue Type: Improvement
>          Components: Release
>    Affects Versions: 4.2.x
>         Environment: Mac OS X, gcc 4.2.1
>            Reporter: Liviu Nicoara
>            Priority: Minor
>              Labels: Darwin, Mac, OS, X, port
>             Fix For: 4.2.x
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> The library does not configure properly and build on Mac OS X 10.7.x (Lion), 
> with the stock compiler (LLVM, using a gcc front-end). The main issue is the 
> lack of a C++ support library.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to