Re: Install Mopac7 on FD6

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Feb 16, 2007 at 03:53:49PM +0800, Qiang Zhong wrote:
> Hellow:
>        I am a fd fans, Now I prepare to install Mopac7 which is a fortran language
> software, when I make it ,I  got a  error message:
> $ make
> f77 -O -c -static  -c -o aababc.o aababc.f
> make: f77: Command not found
> make: *** [aababc.o] Error 127
> 
> what happen with it, Could somebody tell me how to do ?Thank you very much!

In gcc 4.x, the fortran compiler is called gfortran, not g77 or f77. So
maybe it will work to edit the makefile and change the name of the compiler.
However, if the code is really Fortran77 and incompatible with
Fortran95,
you may want to install the older compiler set:
  yum install compat-gcc-34-g77
will install gcc 3.4 with g77 as fortran compiler.
(this is for FC6, for FC5, the package is compat-gcc-32-g77 which of
course is gcc 3.2)

David Jansen

[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux