skaller wrote:

> On Sun, 2005-08-07 at 02:15 -0700, John Meacham wrote:
>> Just thought I'd share a little hack...
>> 
>> linux has a command 'setarch' which changes the current architecture so
>> you can do things like build i386 rpms on a x86_64 system...
> 
> [EMAIL PROTECTED]:~$ man setarch
> No manual entry for setarch
> [EMAIL PROTECTED]:~$ setarch
> bash: setarch: command not found
> [EMAIL PROTECTED]:~$

Maybe setarch is some RedHat-ism for linux32?

[EMAIL PROTECTED]:~$ apropos linux32
linux32 (1)          - Set 32 bit uname emulation processes.
[EMAIL PROTECTED]:~$ uname -m
x86_64
[EMAIL PROTECTED]:~$ linux32 uname -m
i686

        Gabriel.

_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to