[cfe-dev] Target.cpp

Mike Stump mrs at apple.com
Thu Sep 24 19:11:28 PDT 2009


On Sep 24, 2009, at 6:55 PM, John Thompson wrote:
> Oh, I see there are problems there, as I deleted the lines picking  
> up the C++ headers.  This is problematic, with the include paths  
> having compiler version numbers.

$  gcc -v  t.cc 2>&1 | sed -n '/^ /p' | sed -n 2p
  /usr/include/c++/4.2.1

I have a dream, one day we will just compute the actual path up front  
during the build.



More information about the cfe-dev mailing list