I am trying to install gcc on ubuntu 12.04, 64-bit machine.
I've downloaded their release from: http://gcc.parentingamerica.com/releases/gcc-4.8.2/
Then after I cd to the gcc-4.8.2 folder, I ran the ./configure
as directed from:
Upgrade GCC 4.6.3 on Ubuntu 12.04 to 4.8.2
But, when I'm trying to run the make
command, the following message showed up:
make: *** No targets specified and no makefile found. Stop.
I'm not sure what steps I missed. Might anyone know the problem?