[WBEL-users] Installing g++/c++

Rafael Baquero S. rbaqueros@yahoo.com.mx
Mon, 19 Jul 2004 13:55:17 -0500


Oops!! This should go to the list instead of only to the author of the 
original message. Sorry.

On Monday 19 July 2004 13:50, Rafael Baquero S. wrote:
> On Monday 19 July 2004 03:04, linux wrote:
> > Hi,
> >
> > I've just installed whitebox release of 3.0 Respin 1.  It was great in
> > general.  One of the problems I run into when compiling nmap 3.55 was
> > missing the g++ (because I picked the minimum server option).  I've tried
> > to search on the web and mailing list (redhat, fedora, and this site) but
> > could not find an answer.  I've tried yum to look for it but still no
> > good.
> >
> > Here's the error while compiling nmap:
> > ......................
> > ......................
> > checking whether we are using the GNU C++ compiler... no
> > checking whether g++ accepts -g... no
> > checking for g++... MISSING
> > configure: error: Could not locate a C++ compiler. If it exists, add it
> > to your PATH or give configure the CXX=path_to_compiler argument. 
> > Otherwise, install a C++ compiler such as g++ or install a binary package
> > of Nmap (see http://www.insecure.org/nmap/nmap_download.html ))
> >
> > Please give me some pointer on how to go about it.  Thanks a lot.
> > _______________________________________________
> > Whitebox-users mailing list
> > Whitebox-users@beau.org
> > http://beau.org/mailman/listinfo/whitebox-users
>
> It seems that you did not install the GNU Compiler Collection (or at least
> not all of it). Check that the following RPMs are installed in your system:
>
> gcc-3.2.3-20
> libgcc-ssa-3.5ssa-0.20030801.41
> gcc-c++-3.2.3-20
> gcc-c++-ssa-3.5ssa-0.20030801.41
> libgcc-3.2.3-20
> gcc-ssa-3.5ssa-0.20030801.41
>
> You can install these RPMs directly from the WBEL CDs.
>
> Hope this helps.
>
> Rafael.
>
> BTW. I just compiled nmap from both .tgz and src.rpm and it compiles
> without any problems.