Reza Muhammad wrote:
"C Compiler cannot create executable" ?
what does it mean ?

It can mean a lot of things, and since this looks like a message from a configure script, it might be the same issue that happened to me once. Check your environment variables -- for example, a CPPFLAGS="/usr/local/include" could cause this (should be "-I/usr/local/include"). Typos like that happen ...

Clues for what the actual problem is can usually be found in the respective config.log file.


Moritz

Reply via email to