bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/61928] New: a fortran90 program compiles on hopper at NER


From: kevinecahill at gmail dot com
Subject: [Bug classpath/61928] New: a fortran90 program compiles on hopper at NERSC but not under gfortran 4.9.0
Date: Sun, 27 Jul 2014 19:34:43 +0000

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61928

            Bug ID: 61928
           Summary: a fortran90 program compiles on hopper at NERSC but
                    not under gfortran 4.9.0
           Product: classpath
           Version: 0.97.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: classpath
          Assignee: unassigned at gcc dot gnu.org
          Reporter: kevinecahill at gmail dot com

Created attachment 33194
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33194&action=edit
It's a fortran program with LINPACK subroutines and the idamax function.

gfortran -Wall -O3 -o $1 $2
Undefined symbols for architecture x86_64:
  "_idamax_", referenced from:
      _MAIN__ in ccsC6Tuc.o
ld: symbol(s) not found for architecture x86_64
collect2: error: ld returned 1 exit status


I am attaching the fortran program



reply via email to

[Prev in Thread] Current Thread [Next in Thread]