Re: Can't find the libctl header
"Steven G. Johnson" <[email protected]>
| Newsgroups | gmane.comp.science.photonic-bands |
|---|---|
| Message-ID | <[email protected]> |
On Jul 6, 2009, at 7:54 PM, Bin Shao wrote: > configure:8176: -I/home/bshao/include -pthread conftest.c > ./configure: line 8177: -I/home/bshao/include: No such file or > directory The problem is that it apparently can't find the preprocessor. Normally the configure output should contain something like: checking how to run the C preprocessor... gcc -E Apparently, this is going wrong somehow in your case. Maybe you need to specify CPP="gcc -E" ?