No compiler in Ubuntu
Posted on September 3, 2005
Filed Under /dev/code/ | 297 views |
If you’re running Ubuntu and you happen to get this error when you make:
no acceptable c compiler found in path
You need to first do the following:
sudo apt-get install gcc
If you then get this error:
C++ preprocessor “/lib/cpp” fails sanity check
You probably then need to install: g++, gcc and cpp.
Comments
Leave a Reply