This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: strange fortran compiler error message


Alfred Miesch wrote:
"gfortran: error trying to exec `as': execvp: No such file or directory".

The error message states that the program "as" could not be found. "as" is the assembler. Under Linux it is part of binutils. I have no experience with MacOS, but I think it is contained in a package called XCode.


The website http://gcc.gnu.org/wiki/GFortranBinariesMacOS seems to confirm what I recall.

Tobias


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