ARIA-Users

Date Index Thread Index

[Aria-users] Re: running wander.cpp using Infowave modems



Hossein Miri wrote:
> /bin/sh: g++: command not found
> sh: gcc: command not found
>  
> Does this mean GCC compiler wasn't included in Fedora 4 installation?
>  
> Even when I type:  man gcc  It says there is no manual entry for this.  
> So, I need to install G++ compiler.  Is that right?

Yes, install the g++ and gcc packages.   gdb would also be useful.

Sometimes g++ is named for its version number, e.g. g++-3.4.  If this is the 
case, you can set the CXX environment variable in the shell before running make 
with: export CXX=g++-3.4 .  However I don't think Fedora does this, and it is 
probably just missing the g++ package.

Reed