This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Anyone seen this one?
- From: Jerry DeLisle <jvdelisle at verizon dot net>
- To: Fortran List <fortran at gcc dot gnu dot org>
- Date: Mon, 28 Nov 2005 19:53:23 -0800
- Subject: Anyone seen this one?
Hi all,
Ran into this while testing some other stuff. This is cute! Compiles fine with
the -std=f95 removed.
$ gfc -std=f95 read_comma.f
/tmp/ccyPZzSq.o(.text+0x1a8): In function `MAIN__':
read_comma.f: undefined reference to `abort_'
/tmp/ccyPZzSq.o(.text+0x1b5):read_comma.f: undefined reference to `abort_'
/tmp/ccyPZzSq.o(.text+0x1c2):read_comma.f: undefined reference to `abort_'
/tmp/ccyPZzSq.o(.text+0x35c):read_comma.f: undefined reference to `abort_'
/tmp/ccyPZzSq.o(.text+0x377):read_comma.f: undefined reference to `abort_'
/tmp/ccyPZzSq.o(.text+0x392):read_comma.f: more undefined references to `abort_'
follow
collect2: ld returned 1 exit status