This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

installing gcc on a pc running Redhat Linux6.2


I ran the config.guess and the output was

i686-pc-linux-gnu.

What does this mean.

When I ran install the machine did a few things and seemed to run out of 
steam

The end of the installation went as follows:

cp: cannot create regular file `/usr/local/bin/#inst.21741#': Permission 
denied
chmod: /usr/local/bin/g++: No such file or directory
ln: /usr/local/bin/g++: No such file or directory
cp: cannot create regular file `/usr/local/bin/#inst.21775#': Permission 
denied
chmod: /usr/local/bin/c++filt: No such file or directory
make[1]: [c++.install-common] Error 1 (ignored)
case "c proto gcov CHILL c++ f77 java objc" in \
  *[fF]77*) touch /usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/lang-f77;; 
\
  *) rm -f /usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/lang-f77;; \
esac
touch: /usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/lang-f77: No such 
file or directory
make[1]: *** [f77.install-common] Error 1
make[1]: Leaving directory `/home/gcc/gcc-2.95.2/cccexec/gcc'
make: *** [install-gcc] Error 2
[mikef@redhat cccexec]$
[mikef@redhat cccexec]$

Do you think GCC installed correctly?  The configure and the build seemed to 
work OK.


How do I actually run the compiler (e.g. the Fortran compiler)
Whereabout in the documentation are the instructions?

If I compiled the ordinary GCC (which I did) (v.2.95.2 or whatever it is) do 
I get C++ C JAVA and Fortran.

How do I test it?

Michael Fothergill

How do I test it myself?

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]