Re: Re: MPB Installation problem - ctl.h not found
"Steven G. Johnson" <[email protected]>
| Newsgroups | gmane.comp.science.photonic-bands |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 18 Aug 2006, Rhys Morris wrote: > configure:8162: checking ctl.h presence > configure:8173: conftest.c > ./configure: line 1: conftest.c: command not found This error line tells you exactly what to look for. It's trying to run the preprocessor conftest.c, but somehow it has a blank for the preprocessor command name. The likeliest explanation is that you have set the CPP environment variable to a blank, and sure enough, if you look at the end of the file: > CPP='' unsetenv CPP and try again.