- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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
링크가 복사됨
1 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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: * ) :: )
