On Saturday 01 September 2007 17:05, Vahe Avedissian wrote:

> Finally, if I run 'linux32 myexample' under a 64b booted linux it also
> works fine! So it seems, for some applications, just running a 32b
> executible under 64b environment is not enough, or am I wrong it trying to
> run *any* 32b executible *without* prefixing it with "linux32" ?

There may be various reasons why a 32-bit executable does not run on a 64-bit 
system.  For instance it's dynamically linked and the 32-bit libraries are 
not present, or the executable detects the 64-bit environment and stops 
because the programmer coded it to stop, ...

The behavior is application-specific so I suggest that you look at the Matlab 
documentation.  You can start here:
http://www.mathworks.com/support/solutions/data/1-33IG3V.html?solution=1-33IG3V

--
A.M.
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to