Re: Can't find the libctl header
"Steven G. Johnson" <[email protected]>
| Newsgroups | gmane.comp.science.photonic-bands |
|---|---|
| Message-ID | <[email protected]> |
On Jul 15, 2009, at 11:02 AM, Bin Shao wrote: > when I added CPP="gcc -E", the configure just stopped at "checking > whether libctl version is at least 2.1.1... " The obvious followup question is: have you checked that "gcc -E" works on your system? e.g. what happens if you do gcc -E /usr/include/stdio.h ? It should run and spit out lots of output (the preprocessed stdio.h) not freeze or give an error. Steven