LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > LinuxQuestions.org > LinuxQuestions.org Member Intro
User Name
Password
LinuxQuestions.org Member Intro New to LinuxQuestions.org? Been a long time member but never made a post? Introduce yourself here.

Notices


Reply
  Search this Thread
Old 11-20-2013, 02:05 PM   #1
neda82
LQ Newbie
 
Registered: Nov 2013
Posts: 2

Rep: Reputation: Disabled
erorr


Hi
I'm having to install quantum espresso
where with this error

checking build system type... i686-pc-linux-gnu ld configure: WARNING: incorrect host name ? checking architecture... configure: WARNING: unsupported architecture? checking for g95... no checking for gfortran... no checking for f90... no checking for Fortran 77 compiler default output file name... configure: error: Fortran 77 compiler cannot create executables See `config.log' for more details.
I tried downloading the Fortran 95....

You'll be redirected to the site
I submit to you the error given
And from what address should I download?
Which version should I use: Linux Fedora 14
Thanks
 
Old 11-20-2013, 03:04 PM   #2
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Quote:
checking for gfortran... no
# yum install gcc-gfortran
 
Old 11-20-2013, 03:14 PM   #3
neda82
LQ Newbie
 
Registered: Nov 2013
Posts: 2

Original Poster
Rep: Reputation: Disabled
error

Again, just before the error is:
.
.
[root@localhost espresso-4.0.1]# yum install gcc-gfortran
Loaded plugins: langpacks, presto, refresh-packagekit
Adding en_US to language list
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package gcc-gfortran.i686 0:4.5.1-4.fc14 set to be installed
--> Processing Dependency: libgfortran = 4.5.1-4.fc14 for package: gcc-gfortran-4.5.1-4.fc14.i686
--> Processing Dependency: gcc = 4.5.1-4.fc14 for package: gcc-gfortran-4.5.1-4.fc14.i686
--> Processing Dependency: libmpc.so.2 for package: gcc-gfortran-4.5.1-4.fc14.i686
--> Processing Dependency: libgfortran.so.3 for package: gcc-gfortran-4.5.1-4.fc14.i686
--> Running transaction check
---> Package gcc.i686 0:4.5.1-4.fc14 set to be installed
--> Processing Dependency: cpp = 4.5.1-4.fc14 for package: gcc-4.5.1-4.fc14.i686
--> Processing Dependency: binutils >= 2.20.51.0.2-12 for package: gcc-4.5.1-4.fc14.i686
--> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.5.1-4.fc14.i686
--> Processing Dependency: cloog-ppl >= 0.15 for package: gcc-4.5.1-4.fc14.i686
---> Package libgfortran.i686 0:4.5.1-4.fc14 set to be installed
---> Package libmpc.i686 0:0.8.1-1.fc13 set to be installed
--> Running transaction check
---> Package binutils.i686 0:2.20.51.0.7-8.fc14 set to be installed
---> Package cloog-ppl.i686 0:0.15.7-2.fc14 set to be installed
--> Processing Dependency: libppl.so.7 for package: cloog-ppl-0.15.7-2.fc14.i686
--> Processing Dependency: libppl_c.so.2 for package: cloog-ppl-0.15.7-2.fc14.i686
---> Package cpp.i686 0:4.5.1-4.fc14 set to be installed
---> Package glibc-devel.i686 0:2.13-2 set to be installed
--> Processing Dependency: glibc-headers = 2.13-2 for package: glibc-devel-2.13-2.i686
--> Processing Dependency: glibc = 2.13-2 for package: glibc-devel-2.13-2.i686
--> Processing Dependency: glibc-headers for package: glibc-devel-2.13-2.i686
--> Running transaction check
--> Processing Dependency: glibc = 2.12.90-17 for package: glibc-common-2.12.90-17.i686
---> Package glibc.i686 0:2.13-2 set to be updated
---> Package glibc-headers.i686 0:2.13-2 set to be installed
--> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.13-2.i686
--> Processing Dependency: kernel-headers for package: glibc-headers-2.13-2.i686
---> Package ppl.i686 0:0.10.2-10.fc12 set to be installed
--> Running transaction check
---> Package glibc-common.i686 0:2.13-2 set to be updated
---> Package kernel-headers.i686 0:2.6.35.14-106.fc14 set to be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
gcc-gfortran i686 4.5.1-4.fc14 fedora 4.4 M
Installing for dependencies:
binutils i686 2.20.51.0.7-8.fc14 updates 3.5 M
cloog-ppl i686 0.15.7-2.fc14 fedora 93 k
cpp i686 4.5.1-4.fc14 fedora 3.7 M
gcc i686 4.5.1-4.fc14 fedora 12 M
glibc-devel i686 2.13-2 updates 970 k
glibc-headers i686 2.13-2 updates 607 k
kernel-headers i686 2.6.35.14-106.fc14 updates 749 k
libgfortran i686 4.5.1-4.fc14 fedora 199 k
libmpc i686 0.8.1-1.fc13 fedora 45 k
ppl i686 0.10.2-10.fc12 fedora 1.1 M
Updating for dependencies:
glibc i686 2.13-2 updates 4.2 M
glibc-common i686 2.13-2 updates 14 M

Transaction Summary
================================================================================
Install 11 Package(s)
Upgrade 2 Package(s)

Total download size: 45 M
Is this ok [y/N]:
Exiting on user Command
Complete!
[root@localhost espresso-4.0.1]# ./configure
checking build system type... i686-pc-linux-gnuoldld
configure: WARNING: incorrect host name ?
checking architecture...
configure: WARNING: unsupported architecture?
checking for g95... no
checking for gfortran... no
checking for f90... no
checking for Fortran 77 compiler default output file name... configure: error: Fortran 77 compiler cannot create executables
See `config.log' for more details.
[root@localhost espresso-4.0.1]#
 
Old 11-22-2013, 03:39 PM   #4
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
# 1 .
Quote:
Which version should I use: Linux Fedora 14
Definitely not. Fedora 14 is old and unsupported.
And the errors #3 / warnings #1 indicate that you have a corrupt OS.
? Did you remember to reboot after the `glibc' update ?

'espresso-4.0.1' : An old buggy version. 2008-07-01 → →
http://www.quantum-espresso.org/previous-versions/

`espresso' solution : Please try out "4.1.2"
http://www.quantum-espresso.org/wp-c...-4.1.2.tar1.gz
→ → No errors with "Fedora 12, alias CentOS 6".

* ESPRESSO http://www.quantum-espresso.org/
* http://qe-forge.org/gf/project/q-e/f...release_id=128

-

Last edited by knudfl; 11-22-2013 at 03:42 PM.
 
Old 11-22-2013, 04:25 PM   #5
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Linux Fedora 14
is 5 and almost 6 versions out of date
please install Fedora 19 or Fedora 20 is a few weeks
or
install CentOS 6.4

i am actually rather surprised that there is stall a fedora 14 mirror still working
i was expecting that "yum install gcc-gfortran" to fail on 14

you will also want to install the other required software that gcc NEEDS to have installed
Code:
su -
yum groupinstall "Development Tools" "Development Libraries"
double check my spelling with
" yum grouplist "
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Erorr with centos marene Linux - Software 4 01-19-2011 06:53 PM
a simple erorr in installing a package soltanloo Linux - General 6 10-07-2009 04:15 AM
Erorr Mime.Types in Apache longvnit Linux - Server 0 05-25-2009 11:24 PM
Phpmyadmin erorr klemen Linux - Networking 2 02-18-2005 12:32 PM
Erorr compiling kernel 2.6.10 ? sys7em Slackware 6 01-30-2005 04:40 PM

LinuxQuestions.org > Forums > LinuxQuestions.org > LinuxQuestions.org Member Intro

All times are GMT -5. The time now is 07:29 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration