error: C compiler cannot create executables – Ubuntu (Solution)
Written on
July 5, 2008 at 3:16 pm by
mkyong
Default VI for Ubuntu is suck, i have to go install a full package of vi myself. However when i try to compile the vi source code, i hit following error
error: C compiler cannot create executables
It’s cause all my gcc compiler error, hmm…Ubuntu, why you have so many problem? Compiler also hit error….. After googling it , we can issue following command to solve it
apt-get install build-essential
Hope next release this problem will solve.

