Home > compiler cannot > error fortran 77 compiler cannot create executables

Error Fortran 77 Compiler Cannot Create Executables

Contents

cannot create executables General support questions including new installations Post Reply Print view

Configure Error Fortran Compiler Cannot Create Executables

Search Advanced search 3 posts • Page 1 of 1 error c compiler cannot create executables shkim0525 Posts: 4 Joined: 2008/03/01 10:34:47 Fortran 77 compiler cannot create executables Quote Postby shkim0525

Error C Compiler Cannot Create Executables Ubuntu

» 2010/09/16 22:43:23 Dear All, When I tried to install a software, quantum-espresso (http://qe-forge.org/frs/?group_id=10), I failed to install "espresso-4.2.1.tar.gz"and got a message as the configure error c compiler cannot create executables see config log for more details following:[espresso-4.2.1]$ ./configurechecking build system type... x86_64-unknown-linux-gnuchecking architecture... x86_64checking for ifort... ifortconfigure: WARNING: using cross tools not prefixed with host tripletchecking whether the Fortran 77 compiler works... noconfigure: error: in `/home/skim/software/espresso-4.2.1':configure: error: Fortran 77 compiler cannot create executablesSee `config.log' for more details.Could you help me how to overcome this problem?My server configure error c compiler cannot create executables solaris is Dell PowderEdge SC1430 (intel CPU) where CentOS 5 and ifort11.0 are installed. Thanks for your advance,Sincerely,Sang-Hwan Top AlanBartlett Forum Moderator Posts: 9296 Joined: 2007/10/22 11:30:09 Location: ~/Earth/UK/England/Suffolk Contact: Contact AlanBartlett Website Fortran 77 compiler cannot create executables Quote Postby AlanBartlett » 2010/09/16 23:26:30 With root's powers, please try installing the following two packages --Code: Select all[b]yum install compat-gcc-34-g77 compat-libf2c-34[/b]
Top Display posts from previous: All posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost timeSubject AscendingDescending Post Reply Print view 3 posts • Page 1 of 1 Return to “CentOS 5 - General Support” Jump to CentOS General Purpose CentOS - FAQ & Readme First Announcements CentOS Social User Comments Website Problems CentOS 7 CentOS 7 - General Support CentOS 7 - Software Support CentOS 7 - Hardware Support CentOS 7 - Netwo

Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] Dear Masoud, we did have the same problems the first time we tried to compile quantum espresso, on our cluster, with ifort

Configure Error C Compiler Cannot Create Executables Gentoo

and openmpi! We tackled the problem reinstalling the library libstdc++5.0 which are requested from configure error c compiler cannot create executables macports ifort compilers. You have to make sure that you have installed the version 5 neither the 6 nor older. However have

Configure Error C Compiler Cannot Create Executables Solaris 10

a look at the config.log to understand where the ./configure is stuck it gives good info. Best Regards, Piero -- Pieremanuele Canepa Room 104 School of Physical Sciences, Ingram Building, University of Kent, Canterbury, Kent, http://www.centos.org/forums/viewtopic.php?t=16276 CT2 7NH United Kingdom ----------------------------------------------------------- ________________________________________ From: pw_forum-bounces at pwscf.org [pw_forum-bounces at pwscf.org] On Behalf Of Gabriele Sclauzero [sclauzer at sissa.it] Sent: Monday, February 01, 2010 5:08 PM To: PWSCF Forum Subject: Re: [Pw_forum] error: Fortran 77 compiler cannot create executables Dear Masoud, first of all I found quite difficult to follow your thread, since you continue reporting your old emails and one has to go till the bottom http://qe-forge.org/pipermail/pw_forum/2010-February/090282.html of the page (which is getting progressively more and more far...) before understanding if you made any progress. Can you try to structure better your posts, removing non necessary parts? Masoud Nahali wrote: > > > Dear Quantum Espresso Users > > I had installed Quantum Espresso previously on my AMD (3 core) > parallel. but Now I get an error !! > I have installed Intel Compilers (version 11) included fort, icc, > icpc, and Math Kernel; and parallelized them by lam successfully. > my operating system is OpenSUSE 11.2 (64 bit). Also mpif77 and > mpicc work well on my 3 core AMD. > > I have installed ACML also, that is not necessary when we have MKL. > > but error: Fortran 77 compiler cannot create executables !! > > linux-4koa:~/Install/QSPRESSO4.1.2/espresso-4.1.2 # ./configure > MPIF90=mpif77 F77=mpif77 CC=mpicc --enable-parallel > checking build system type... x86_64-unknown-linux-gnu > checking architecture... x86_64 > checking for ifort... ifort > checking for Fortran 77 compiler default output file name... > configure: error: Fortran 77 compiler cannot create executables > See `config.log' for more details. > > > with and without --enable-parallel I saw the same error. anyhow it is > amazing that I had installed parallel Quantum Espresso on thi

Sign in Pricing Blog Support Search GitHub This repository Watch 63 Star 799 https://github.com/Homebrew/homebrew-science/issues/957 Fork 822 Homebrew/homebrew-science Code Issues 175 Pull requests 113 Projects 1 Wiki Pulse Graphs New issue Problems with arpack and Fortran compiler #957 Closed atoop opened this Issue Jun 6, 2014 · 8 comments Projects None yet Labels build-error Math Milestone No milestone Assignees No one assigned compiler cannot 5 participants atoop commented Jun 6, 2014 The issue seems to be with the fortran compiler but I have no idea how to fix it. $ brew install --default-fortran-flags --HEAD julia ==> Installing dependencies for julia: staticfloat/julia/arpack-julia, st ==> Installing julia dependency: staticfloat/julia/arpack-julia ==> Using Homebrew-provided fortran compiler. This compiler cannot create may be changed by setting the FC environment variable. ==> Building with an alternative Fortran compiler This is unsupported. Warning: No Fortran optimization information was provided. You may want to consider setting FCFLAGS and FFLAGS or pass the `--default-fortran-flags` option to `brew install` if your compiler is compatible with GCC. If you like the default optimization level of your compiler, ignore this warning. ==> Downloading http://forge.scilab.org/index.php/p/arpack-ng/downloads/get/arpa Already downloaded: /Library/Caches/Homebrew/arpack-julia-3.1.3.tar.gz ==> ./configure --prefix=/usr/local/Cellar/arpack-julia/3.1.3 --enable-shared -- checking whether to enable maintainer-specific portions of Makefiles... no checking whether the Fortran 77 compiler works... no configure: error: in `/private/tmp/arpack-julia-M59R/arpack-ng-3.1.3': configure: error: Fortran 77 compiler cannot create executables See `config.log' for more details READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting If reporting this issue please do so at (not Homebrew/homebrew): https://github.com/staticfloat/homebrew-julia/issues I also tried installing just arpack $ brew install arpack ==> Using Homebrew-provided fortran compiler. This may be changed by setting the FC environment va

 

Related content

error compiler cannot create executables

Error Compiler Cannot Create Executables table id toc tbody tr td div id toctitle Contents div ul li a href Gentoo Configure Error C Compiler Cannot Create Executables a li li a href C Compiler Cannot Create Executables Linux a li li a href Mac C Compiler Cannot Create Executables a li ul td tr tbody table p here for a quick relatedl overview of the site Help Center Detailed answers configure error c compiler cannot create executables to any questions you might have Meta Discuss the workings error c compiler cannot create executables ubuntu and policies of this site