Problème avec le code Fortran yprimef.F
Bonjour messieurs dames !
J'ai voulu compiler les fichiers fortran donnés en exemple dans Matlab et là, catastrophe !
Ma configuration de mex :
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
>> mex -setup
Please choose your compiler for building external interface (MEX) files:
Would you like mex to locate installed compilers [y]/n? y
Select a compiler:
[1] Digital Visual Fortran version 6.0 in C:\Program Files\Microsoft Visual Studio
[2] Lcc C version 2.4.1 in C:\PALETTE\APL\MATLABV7R3\sys\lcc
[3] Microsoft Visual C/C++ version 7.1 in C:\Program Files\Microsoft Visual Studio .NET 2003
[4] Microsoft Visual C/C++ version 6.0 in c:\Program Files\Microsoft Visual Studio
[0] None
Compiler: 1
Please verify your choices:
Compiler: Digital Visual Fortran 6.0
Location: C:\Program Files\Microsoft Visual Studio
Are these correct?([y]/n): y
Try to update options file: C:\Documents and Settings\e332442\Application Data\MathWorks\MATLAB\R14SP3\mexopts.bat
From template: C:\PALETTE\APL\MATLABV7R3\BIN\win32\mexopts\df60opts.bat
Done . . .
Warning! The MathWorks has determined that Digital Fortran 6.0 has several
serious bugs, and highly recommends that you upgrade to the latest version
of Compaq Fortran. |
Bon y a un warning, mais ça devrait marcher. Sauf que :
Code:
1 2 3 4 5 6 7 8 9
|
>> mex -v yprime.F yprimefg.F
This is mex, Copyright 1984-2005 The MathWorks, Inc.
C:\PALETTE\APL\MATLABV7R3\BIN\MEX.PL: Error: 'yprime.F' not found.
??? Error using ==> mex
Unable to complete successfully |
Une idée de ce qui ne va pas ?
Merci d'avance,
ZeFMG.