C++ compiler not found
Shakthi Kannan
shakthimaan@gmail.com
Tue Apr 30 09:42:00 GMT 2013
Hi,
--- On Fri, Apr 26, 2013 at 4:22 PM, Brummer, J, Mnr
<jbrummer@sun.ac.za> <jbrummer@sun.ac.za> wrote:
| I was able to access the root folder.
\--
Why? You don't need to be root to build software.
---
| root]$ ./configure
\--
You need to create a "build" directory in the GCC source top-level
directory, and run:
$ ../configure
---
| Checking for C++ compiler ... no C++ compiler g++ found
|
| Any ideas?
\--
Install the g++ compiler from your distribution package manager. On
Fedora (for example), you can do:
$ sudo yum install gcc-c++
Also refer:
http://gcc.gnu.org/install/configure.html
SK
--
Shakthi Kannan
http://www.shakthimaan.com
More information about the Gcc-help
mailing list