* clang++ and libc++
@ 2017-10-20 10:26 Pjotr Prins
2017-10-20 11:43 ` Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Pjotr Prins @ 2017-10-20 10:26 UTC (permalink / raw)
To: guix-devel
Hi,
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.
I think we ought to include them, I think. Should I raise it on
debbugs?
Pj.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: clang++ and libc++
2017-10-20 10:26 clang++ and libc++ Pjotr Prins
@ 2017-10-20 11:43 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2017-10-20 11:43 UTC (permalink / raw)
To: Pjotr Prins; +Cc: guix-devel
Hi Pjotr,
Pjotr Prins <pjotr.public12@thebird.nl> 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’.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-10-20 11:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-20 10:26 clang++ and libc++ Pjotr Prins
2017-10-20 11:43 ` Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.