- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi I recently upgrade ubuntu (from ubuntu Dapper to ubuntu Edgy).
Surprisingly Intel fortran 9 which work well give know the following error when compiling:
export: 27: Illegal option -n
What can I do to solve this problem.
Thanks for helping me
링크가 복사됨
3 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
I suspect it is the ifort script being choked on. There is an export at line 27. Please paste the shell debug output of your invocation:
$ bash -x $(which ifort)
It might also be useful to know Edgy's bash version, since I don't have it (yet).
