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" ?


_______________________________________________
mpb-discuss mailing list
[email protected]
http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/mpb-discuss

Reply via email to