error: C compiler cannot create executables – Ubuntu (Solution)
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.
I run this solution, but i still have the same problem..
Could yo help me??