Quote:
Originally Posted by propofol
Code:
sudo aptitude update
sudo aptitude install build-essential
tar xzvf xxx.tar.gz
cd ./xxx
./configure
make
sudo make install
|
After I run ./configure, it says, "configure: error: no acceptable C compiler found in $PATH"
How would I add it to the path?
'echo $PATH' yielded '/usr/local/sbin:/usr/local/bin:/usr/bin:/sbin:/bin:/usr/bin/X11'