I've run into the following errors when installing. I looked for the solutions online, but because I am a new linux user I may have overlooked them. Please Help me answer at least one of the following questions.
1. I run into this problem while trying to install a program called GEANT4. There's a problem with the MakeFile. It exists, because I've checked over and over again. However, the terminal denies it. Here is the text:
Starting installation...
./Configure: line 369: cd: /root/geant4/source: No such file or directory
/home/winn/geant4/geant4.5.2/config/scripts
gmake: *** No targets specified and no makefile found. Stop.
2. Since the makefile for the previous program is called GNUMakeFile, I decided to download g++ from the GNU website. I have the paid version of RedHat 9.0 so I should already have GNU and the problem never should have come up. Even trying to install the program from GNU, I had difficulty. The text:
make[1]: Entering directory `/home/winn/g++/gcc-3.2.3/gcc'
make[1]: *** No rule to make target `../libiberty/libiberty.a', needed by `genge
nrtl'. Stop.
make[1]: Leaving directory `/home/winn/g++/gcc-3.2.3/gcc'
make: *** [install-gcc] Error 2
Your help is VERY much appreciated. Thank you!