Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7944 Discussions

Cannot find C headers using any compiler on OS X Yosemite

Izaak_Beekman
New Contributor II
309 Views

I just tried compiling some C sources using different compilers (gcc-4.9 and icc-15) and I get errors of the type “cannot find ctype.h” and other standard system libraries. I am not a Mac wizard (more familiar with Linux) and program mostly in Fortran with limited C knowledge, so I would appreciate if you could help me out.

0 Kudos
1 Reply
Izaak_Beekman
New Contributor II
309 Views

OK, I’m still a bit confused about this, but I just upgraded to the latest version of Xcode 6.1.1 and installed the command line tools associated with it and this seems to have fixed the issue.

 

0 Kudos
Reply