On Oct 5, 2009, at 6:35 PM, Rafael Espindola wrote: > Second in finding a way of not searching the paths of every > supported system :-)
Not to repeat myself or anything like that: $ gcc -v t.cc 2>&1 | sed -n '/^ /p' | sed -n 2,3p /usr/include/c++/4.2.1 /usr/include/c++/4.2.1/i686-apple-darwin10/x86_64 I have a dream, one day we will just compute the actual path up front during the build. _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
