[cfe-dev] Getting clang header search path
Edward Diener
eldlistmailingz at tropicsoft.com
Thu Aug 14 20:15:02 PDT 2014
On 8/14/2014 9:14 PM, Nikola Smiljanic wrote:
> Nope, it's -v
I do not think so:
> C:\Programming\VersionControl\bninja_installed_clang\bin>clang++ -v
> clang version 3.6.0 (215674)
> Target: i686-pc-windows-gnu
> Thread model: posix
>
> C:\Programming\VersionControl\bninja_installed_clang\bin>clang -v
> clang version 3.6.0 (215674)
> Target: i686-pc-windows-gnu
> Thread model: posix
>
> C:\Programming\VersionControl\bninja_installed_clang\bin>clang++ -###
> clang version 3.6.0 (215674)
> Target: i686-pc-windows-gnu
> Thread model: posix
>
> C:\Programming\VersionControl\bninja_installed_clang\bin>clang -###
> clang version 3.6.0 (215674)
> Target: i686-pc-windows-gnu
> Thread model: posix
None of these return the header search path.
>
>
> On Fri, Aug 15, 2014 at 11:12 AM, Nikola Smiljanic
> <popizdeh at gmail.com
> <mailto:popizdeh at gmail.com>> wrote:
>
> -###
>
>
> On Fri, Aug 15, 2014 at 9:16 AM, Edward Diener
> <eldlistmailingz at tropicsoft.com
> <mailto:eldlistmailingz at tropicsoft.com>> wrote:
>
> What is the clang command that shows me the header search path ?
>
> I built the latest clang on Windows targeted at gcc using
> mingw64/gcc4.9.1 32-bit, which is in the PATH. But when I
> execute clang it is not finding the C++ header files.
More information about the cfe-dev
mailing list