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: Question on gfortran compiler



On May 5, 2006, at 1:42 AM, Alexei Minz wrote:



documentation, but I've got this message:
gfortran -frecord-marker=4 binwrite.f90

f951: error: unrecognized command line option "-frecord-marker=4"


I've downloaded precompiled binaries "For regular 32-bit processors (i386)"
(I use SuSe 9.3)


gfortran --version

GNU Fortran 95 (GCC) 4.1.0 20051026 (experimental) Copyright (C) 2005 Free Software Foundation, Inc.

There is your problem, you are using a gfortran which does not have the option in it.

-- Pinski


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