Skip to content
Prev 2784 / 10988 Next

[Rcpp-devel] Experiences with clang/llvm compilation of Rcpp-based code on Debian-based distributions

On Mon, Aug 29, 2011 at 1:16 PM, Dirk Eddelbuettel <edd at debian.org> wrote:
On Ubuntu 11.04 even the patched clang package still appears to have
some peculiarities behavior. It looks for the system-wide include
files in /usr/include/c++/4.4 and not /usr/include/c++/4.5, even
though 4.5 is the default version of gcc on these systems.  The
clang++ compiler complained about constructions in
/usr/include/4.4/type_traits whether or not I used -std=c++0x

I'll see if I can convince clang++ to use /usr/include/c++/4.5 instead
of 4.4.  Or I suppose I could wait until the end of the week and
install Ubuntu 11.11 beta1 on an unused partition and try the 2.9
series of clang/llvm