|
"Tim Davis" <davis@cise.ufl.edu> wrote in message <fhg4rk$ft4$1@fred.mathworks.com>...
> "Derek O'Connor" <derekroconnor@eircom.net> wrote in message
> <...
> > 64 bit Matlab R2007b does not have a compiler. Here is what
> > I got from Matlab Support:
> >
> > " The answer to your question which you have probably
> > already worked out is that the MATLAB 64bit edition does
> > not ship with a built in LCC compiler.
> >
> > Kind Regards
> > Clive Amos"
> >
> > It would have been useful if they told me if or when they
> > will have a built-in compiler, or if there are alternatives.
> >
> > Derek O'Connor
>
> On Windows (when I have to) I try not to use the LCC
> compiler; it generates slow code. I use the freely
> available Microsoft Visual C/C++ 2005 Express, for 32-bit
> Windows. It generates decent code, although not quite as
> good as gcc in Linux/Unix. The Professional version (which
> comes at a price) is better, I think, since unless I'm
> mistaken it includes additional compiler optimizations that
> are disabled in the 2005 Express version.
>
> See http://msdn2.microsoft.com/en-us/express/default.aspx
>
> It's quite easy to configure mex to use this compiler.
>
> However ... it appears that the Express edition doesn't
> support 64-bit:
>
> http://msdn2.microsoft.com/en-us/vstudio/aa700921.aspx
>
> You might try gcc for windows:
>
> http://gnumex.sourceforge.net/
>
> that link doesn't talk about 64bit Windows, but 32bit.
> However, gcc and cygwin do run on 64bit Windows.
Thank u very much,
for Windows after installing MS Visual Stdio and carrying out the information in the site http://gnumex.sourceforge.net/ then typing in workspase command
>>mbuild -setup
matlab will be able to convert my m.file to exe.file
finally,Thanks list members
|