Path: news.mathworks.com!not-for-mail
From: "Charan " <boyacharan@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Fortran MEX - Visul Studio Linker
Date: Sun, 10 Feb 2008 18:50:32 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 33
Message-ID: <fonh1o$lqu$1@fred.mathworks.com>
Reply-To: "Charan " <boyacharan@gmail.com>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1202669432 22366 172.30.248.37 (10 Feb 2008 18:50:32 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sun, 10 Feb 2008 18:50:32 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 618521
Xref: news.mathworks.com comp.soft-sys.matlab:450461



Hi

I  wanted to MEX function to compile a fortran code. I
bought Intel Fortran 9.1 (since the matlab site say that is
compatible to Matlab2007b).

When I load the compiler, I am getting this error. Please
help. It is very urgent.

Thanks,
Charan

----error-----------
Your machine has a Intel Visual Fortran compiler located at 
C:\Program Files\Intel\Compiler\Fortran\9.1. Do you want to
use this compiler [y]/n? y
 
Please verify your choices: 
 
Compiler: Intel Visual Fortran 9.1 
Location: C:\Program Files\Intel\Compiler\Fortran\9.1 
 
Are these correct?([y]/n): y
 
Error: Microsoft Visual Studio 2005 was not found by mex
-setup. 
       The Microsoft Visual Studio 2005 linker is required 
       to build Intel Fortran MEX-files.  Please make sure that 
       Microsoft Visual Studio 2005 is installed properly. 
 
??? Error using ==> mex at 208
Unable to complete successfully.
-------------------------------------------