From: Bastian on 29 Jan 2010 05:22 My test function worked fine with g95 but my main program does not (probably due to some old fortran code which g95 cannot handle properly). The problem with gfortran seems to be compiler-related as other people are experiencing similar problems (see http://www.mathworks.com/matlabcentral/newsreader/view_thread/268922). For now I had no choice but to install a 32-bit version of Matlab and compile in 32-bit (gfortran -m32). It works just fine like it did on the 32-bit machine. |