Pages

Showing posts with label error-fortran. Show all posts
Showing posts with label error-fortran. Show all posts

Compiling C, C++ and Fortran code using gnu/intel compilers

In general, compiling is done in three steps.

./configure --prefix=/home/userName/DirName
make or make all

Sometimes, the compiling error in a large code will be huge and may not be displayed in a single screen. It may be better to save the compiling error in a text file. This can be done using

make &> file.txt
or
make all &> file.txt


You may be interested in these posts

Error in image file conversion: convert-im6.q16: not authorized `test.eps' @ error/constitute.c/WriteImage/1037.

This error is because of the vulnerability. This allows remote execution of code using image formats. So, some Linux distributions by defaul...