- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
i am tryinng build a fortran program. but it is giving me error
: undefined reference to `for_check_mult_overflow'
is this a math libraryor what.
pl if any one can help me
: undefined reference to `for_check_mult_overflow'
is this a math libraryor what.
pl if any one can help me
링크가 복사됨
1 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
You are linking against a set of ifort libraries that is older than the compiler you are using. Please make sure that you are linking against the current set of libraries installed along with the compiler.
