cmake, ldc, and cross compiling

Dan Olson zans.is.for.cans at yahoo.com
Thu Jan 23 00:32:32 PST 2014


Jacob Carlborg <doob at me.com> writes:

> On 2014-01-23 06:00, Dan Olson wrote:
>
>> Hi Jacob,
>>
>> I am more familar with gcc, so just went with gcc-4.8 that I knew would
>> have a modern std c++ lib.  That's the only reason.
>
> I see. These days Clang is the preferred compiler on OS X.
>
>> The std c++ lib shipped with xcode did not pass the llvm configure sniff test.
>
> I would assume you can use libc++. Both the OS X 10.8 and 10.9 SDK's
> contain libc++.

LLVM configure didn't seem to like my installed clang.  I though of just
building libc++.  Or I could use prebuilt here:

http://llvm.org/releases/3.4/clang+llvm-3.4-x86_64-apple-darwin10.9.tar.gz

Or maybe use mac port clang-3.5?


More information about the digitalmars-d-ldc mailing list