Re: C++ compiler not found

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

--- On Fri, Apr 26, 2013 at 4:22 PM, Brummer, J, Mnr
<jbrummer@xxxxxxxxx> <jbrummer@xxxxxxxxx> 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




[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux