checking for C compiler default output file name… configure: error: C compiler cannot create executables
Monday, October 24th, 2005So, … you have gcc and try to compile some stuff - but ./configure answers:
checking for C compiler default output file name… configure: error: C compiler cannot create executables.
Solution:
Just install glibc-devel
that’s all.