While compiling in ubuntu there may be error telling
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
The solution is installing the libc6-dev
#apt-get install libc6-dev
0 comments:
Post a Comment