From: Cedricd on
I use 'Digital Visual Fortran version 6.0' in matlab(7) to compile a
fortran 77 program into mex file and i always get the following
message :

>> mex DISORT2.f

** assertion violation MESSAGES: msg_clear_messages: message not yet
printed - [Unrecognized option '/m'].

[ Aborting due to internal error. ]
Can't open preprocessor output file 'DISORT2.f'.
Can't open source file: 'Files\MATLAB71/extern/include'.

C:\PROGRAM FILES\MATLAB71\BIN\MEX.PL: Error: Compile of 'DISORT2.f'
failed.

and my file Disort2.f is empty at the end of the procedure. Could you
help me to get correct mex files at the end ?