I intalled fortran on my linux computer, when trying to intall FPLO, after typing command make, it returned ifort: commmand not found, so I used this code: /opt/intel/composer_xe_2015/bin/compilervars.sh ia32 according to the solutions I found online.
Then it returned
/opt/intel/composer_xe_2015/bin/compilervars.sh: 33: /opt/intel/composer_xe_2015/mkl/bin/mklvars.sh: typeset: not found
/opt/intel/composer_xe_2015/bin/compilervars.sh: 34: /opt/intel/composer_xe_2015/mkl/bin/mklvars.sh: typeset: not found
/opt/intel/composer_xe_2015/bin/compilervars.sh: 36: /opt/intel/composer_xe_2015/mkl/bin/mklvars.sh: typeset: not found
/opt/intel/composer_xe_2015/bin/compilervars.sh: 37: /opt/intel/composer_xe_2015/mkl/bin/mklvars.sh: typeset: not found
/opt/intel/composer_xe_2015/bin/compilervars.sh: 38: /opt/intel/composer_xe_2015/mkl/bin/mklvars.sh: typeset: not found
/opt/intel/composer_xe_2015/bin/compilervars.sh: 39: /opt/intel/composer_xe_2015/mkl/bin/mklvars.sh: typeset: not found
/opt/intel/composer_xe_2015/bin/compilervars.sh: 40: /opt/intel/composer_xe_2015/mkl/bin/mklvars.sh: typeset: not found
/opt/intel/composer_xe_2015/bin/compilervars.sh: 41: /opt/intel/composer_xe_2015/mkl/bin/mklvars.sh: typeset: not found
/opt/intel/composer_xe_2015/bin/compilervars.sh: 42: /opt/intel/composer_xe_2015/mkl/bin/mklvars.sh: typeset: not found
/opt/intel/composer_xe_2015/bin/compilervars.sh: 43: /opt/intel/composer_xe_2015/mkl/bin/mklvars.sh: typeset: not found
/opt/intel/composer_xe_2015/bin/compilervars.sh: 44: /opt/intel/composer_xe_2015/mkl/bin/mklvars.sh: typeset: not found
/opt/intel/composer_xe_2015/bin/compilervars.sh: 45: /opt/intel/composer_xe_2015/mkl/bin/mklvars.sh: typeset: not found
/opt/intel/composer_xe_2015/bin/compilervars.sh: 46: /opt/intel/composer_xe_2015/mkl/bin/mklvars.sh: typeset: not found
/opt/intel/composer_xe_2015/bin/compilervars.sh: 47: /opt/intel/composer_xe_2015/mkl/bin/mklvars.sh: typeset: not found
/opt/intel/composer_xe_2015/bin/compilervars.sh: 13: /opt/intel/composer_xe_2015/ipp/bin/ippvars.sh: [[: not found
I am not sure how to solve this problem, is it possible anyone could give me some help on this? Thanks a lot in advance.