Here is the scoop. Everything was going just fine, when all of a sudden I can't compile programs to install them.
When I download a TAR file, it unzips with no problem with TAR ZXVF [filename].tar.gz
When I CD to the directory and type in ./configure I get this:
[DAKPluto@localhost qtella-0.5.3]$ ./configure
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for c++... no
checking for g++... no
checking for gcc... gcc
checking whether the C++ compiler (gcc ) works... no
configure: error: installation or configuration problem: C++ compiler cannot create executables.
I installed the RPM packages for the latest version of GCC, and that did not help
I am using RedHat 7.3 Any suggestions would be helpful, Thanks