Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 15289] New: gfortran can't create object files

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 15289] New: gfortran can't create object files
  • Date: 11 Jul 2009 14:37:34 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=15289

Summary: gfortran can't create object files
Product: Codex
Version: stable grimoire
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: gnu
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: dmlb2000 AT gmail.com


$ touch foo.F
$ gfortran -c -Os -fno-second-underscore -fdefault-integer-8 foo.F
cc1: error: unrecognized command line option "-fno-second-underscore"
cc1: error: unrecognized command line option "-fdefault-integer-8"
cc1: warning: unknown register name: form
cc1: error: unrecognized command line option "-fno-second-underscore"
cc1: error: unrecognized command line option "-fdefault-integer-8"
cc1: error: output filename specified twice
cc1: error: too many filenames given. Type cc1 --help for usage
$

However, this works on my other systems like debian and fedora. I think this
is
because cc1 isn't built with the understanding of the fortran options.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




Archive powered by MHonArc 2.6.24.

Top of Page