<HTML>
<HEAD>
<TITLE>system includes</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Stupid question, if using g++ to compile clang would it be possible to discover the system include just by looking at the –v output?  We use non standard locations.<BR>
<BR>
g++ -v t.c<BR>
#include <...> search starts here:<BR>
 /opt/bcs/packages/gcc4-4.3.3/bin/../lib/gcc/i686-pc-linux-gnu/4.3.3/include<BR>
 /opt/bcs/packages/gcc4-4.3.3/bin/../lib/gcc/i686-pc-linux-gnu/4.3.3/include-fixed<BR>
 /opt/bcs/packages/gcc4-4.3.3/bin/../lib/gcc/../../include/g++<BR>
 /opt/bcs/packages/gcc4-4.3.3/bin/../lib/gcc/../../include/g++/i686-pc-linux-gnu<BR>
 /opt/bcs/packages/gcc4-4.3.3/bin/../lib/gcc/../../include/g++/backward<BR>
 /opt/bcs/include<BR>
 /opt/bcs/packages/gcc4-4.3.3/bin/../lib/gcc/../../include<BR>
 /usr/include<BR>
End of search list.<BR>
</SPAN></FONT>
</BODY>
</HTML>