[cfe-dev] compiling C++ with clang++

Holger Schurig holgerschurig at gmail.com
Wed Mar 3 01:33:43 PST 2010


> So I added this line...
> 
>      // Gentoo amd64 stable
>      AddGnuCPlusPlusIncludePaths(
>          "/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.2/include/g++-v4",
>          "x86_64-pc-linux-gnu", "", "", triple);
>      AddGnuCPlusPlusIncludePaths(
>          "/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.2/include",
>          "x86_64-pc-linux-gnu", "", "", triple);
> 

Wouldn't be the "right thing to do" (tm) be some configuration file that 
specifies the include paths?  E.g. something where standard command lines can 
be put into.

Than you move the ball into the hands of the package maintainers, which 
usually know their distro very well.

73,
Holger

-- 
http://www.holgerschurig.de



More information about the cfe-dev mailing list