Mailinglist Archive: opensuse (2114 mails)
| < Previous | Next > |
Re: [opensuse] 32b compiled program not running in 64x environment - open SuSE 10.2
- From: Alexandr Malusek <Alexandr.Malusek@xxxxxxxxxx>
- Date: Mon, 3 Sep 2007 00:20:27 +0200
- Message-id: <200709030020.28123.Alexandr.Malusek@xxxxxxxxxx>
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: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
> 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: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |