From: Sprinceana on
Hi everyone and thanks for reading my question!

I need just to install matlab mcr 7.5 on a machine that has linux 32 bits.

I know that mcr is dependant of platform I read on your forums.

My question is the following:

If I have matlab r2007b (7.5) a windows xp and mcr 7.5 and I made an exe how can the other machine run my exe made in win xp ?

It must have an mcr for linux 32 bits but it can run my exe made with windows standalone application in deployment tool if it has the same version of mcr but for linux 32 bit?

If you could give me a link from where I can download mcr 7.5 for linux 32 bit I would pe grateful!


http://matlab-component-runtime.software.informer.com/7.5/
From: Steven Lord on

"Sprinceana " <mihaispr(a)yahoo.com> wrote in message
news:hs0n1r$5c2$1(a)fred.mathworks.com...
> Hi everyone and thanks for reading my question!
>
> I need just to install matlab mcr 7.5 on a machine that has linux 32 bits.
>
> I know that mcr is dependant of platform I read on your forums.
>
> My question is the following:
>
> If I have matlab r2007b (7.5) a windows xp and mcr 7.5 and I made an exe
> how can the other machine run my exe made in win xp ?

Follow the instructions in the Deployment Process chapter of the MATLAB
Compiler documentation.

> It must have an mcr for linux 32 bits but it can run my exe made with
> windows standalone application in deployment tool if it has the same
> version of mcr but for linux 32 bit?

No, you will need to compile your application on 32-bit Linux in order to be
able to deploy it on 32-bit Linux.

--
Steve Lord
slord(a)mathworks.com
comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ


From: Sprinceana on
Thanks a lot Steven!

Now I know what I have to do!