To compile a Fortran program on the command line, run the gfortran compiler as follows: scl enable devtoolset-6 'gfortran -o output_file source_file...' This ...
確定! 回上一頁