- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
When I try do compile a Fortran 77 program,
ifort -g -c -o xxx-compilefile.o `test -f 'compilefile.f' || echo '../../../src/'`compilefile.f ,
a lot of errors appear, such as:
"error #5148: A continuation character is illegal on a line with a statement label"
"error #5082: Syntax error" (Ex: found IDENTIFIER 'PE10' when expecting one of: * ) :: )
.
.
.
"(4451): catastrophic error: Too many errors, exiting"
Any ideas how it can compile properly?
Some info:
ifort -V
Intel Fortran Compiler Professional for applications running on Intel 64, Version 11.0 Build 20090131 Package ID: m_cprof_p_11.0.059
gcc --version
i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5490)
g++ --version
g++ (GCC) 4.0.1 (Apple Inc. build 5490)
sw_vers
ProductName: Mac OS X
ProductVersion: 10.5.6
BuildVersion: 9G55
Thanks, JP
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - jpphd
When I try do compile a Fortran 77 program,
ifort -g -c -o xxx-compilefile.o `test -f 'compilefile.f' || echo '../../../src/'`compilefile.f ,
a lot of errors appear, such as:
"error #5148: A continuation character is illegal on a line with a statement label"
"error #5082: Syntax error" (Ex: found IDENTIFIER 'PE10' when expecting one of: * ) :: )

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page