[SM-Grimoire-Bugs] [Bug 15289] New: gfortran can't create object files
bugzilla-daemon at bugs.sourcemage.org
bugzilla-daemon at bugs.sourcemage.org
Sat Jul 11 10:37:34 EDT 2009
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.
More information about the SM-Grimoire-Bugs
mailing list