Hi Pjotr,

Pjotr Prins <[email protected]> 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’.

Reply via email to