Skip to content

Instantly share code, notes, and snippets.

@brycelelbach
Created October 25, 2010 23:48
Show Gist options
  • Select an option

  • Save brycelelbach/646039 to your computer and use it in GitHub Desktop.

Select an option

Save brycelelbach/646039 to your computer and use it in GitHub Desktop.
wash@Pegasus:~$ /opt/path64/bin/pathcc -print-file-name=include
/include
wash@Pegasus:~$ /usr/local/bin/clang -print-file-name=include
/usr/local/bin/../lib/clang/2.9/include
wash@Pegasus:~$ /usr/bin/gcc -print-file-name=include
/usr/lib/gcc/x86_64-linux-gnu/4.5.1/include
wash@Pegasus:~$ /usr/lib/intel/bin/intel64/icc -print-file-name=include
/usr/lib/gcc/x86_64-linux-gnu/4.5.1/include
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment