------- Comment #3 from kargl at gcc dot gnu dot org  2009-06-29 14:39 -------
(In reply to comment #2)
> 
> # install part
> 
> cd  $SOURCE_DIRECTORY.bld  &&
> 
> make -C gcc lang.install-common lang.install-man  &&
> install -c gcc/f951 ${INSTALL_ROOT}/usr/libexec/gcc/$HOST/$VERSION/  &&
> sedit 's,lib64,lib,' $HOST/libgfortran/Makefile &&
> make -C $HOST/libgfortran/ install  &&
> 

Your script doesn't install the driver program 'gfortran'.
You've only installed the f951 compiler program, and some
mangled spec file.  Your 'gfortran' driver program is 
probably some older, out-of-date, version.

Please see http://gcc.gnu.org/install/ for the proper
method of installing gcc.


-- 

kargl at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40583

Reply via email to