[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: clang++ and libc++
From: |
Ludovic Courtès |
Subject: |
Re: clang++ and libc++ |
Date: |
Fri, 20 Oct 2017 13:43:54 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Hi Pjotr,
Pjotr Prins <address@hidden> skribis:
> I need to compile a toolset with clang++ and C++ libs for testing
> purposes (I am developing with g++). Now the thing is that C++ libs
> and include files don't come with the clang package even though
> clang++ works.
We don’t have libc++ yet, but you can have clang++ link against
GNU libstdc++.
To do that you need to add both ‘clang’ and ‘libstdc++’ as inputs to
your package.
Does that work for you?
HTH,
Ludo’.