--- Comment #5 from burnus at gcc dot gnu dot org 2009-09-21 07:45 ---
> Thank you for your response. I would appreciate very much if you could you
> please supply me with a web site and the name of the particular version of
> binutils.
The generic place is http://www.gnu.org/software/b
--- Comment #4 from clerman at fuse dot net 2009-09-20 23:28 ---
Subject: Re: problem compiling file
Thank you for your response. I would appreciate very much if you could you
please supply me with a web site and the name of the particular version of
binutils.
Thanks for your assistan
--- Comment #3 from pinskia at gcc dot gnu dot org 2009-09-20 21:02 ---
You are using a gfortran binary which was compiled for use with a newer version
of binutils than you have. You should either install a newer version of
binutils or compile gfotran yourself.
--
pinskia at gcc dot
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-09-18 08:37 ---
You are getting assembler errors because it doesn't understand CFI directives.
You can use -fno-dwarf2-cfi-asm to work around the issue or update the
binutils package to something more recent.
--
http://gcc.gnu.
--- Comment #1 from dominiq at lps dot ens dot fr 2009-09-17 20:08 ---
4.2.4 gives
pr41389.f90:19.20:
public :: Get_flag, Set_flag
1
Error: 'flag_' is of a PRIVATE type and cannot be a dummy argument of
'get_flag', which is PUBLIC at (1)
probably a bug fixed since