emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

setarch -R in etc/PROBLEMS


From: Frank Schmitt
Subject: setarch -R in etc/PROBLEMS
Date: Tue, 19 Jul 2005 10:43:07 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

Hello

etc/PROBLEMS says:

,----
| In this case, use the -R option to the setarch
| command:
|    
|    setarch -R i386 ./temacs --batch --load loadup [dump|bootstrap]
| 
| or 
|    
|    setarch -R i386 make bootstrap
`----

but this is slightly wrong. From man setarch:

,----
| SYNOPSIS
|        setarch arch [options] program
`----

So it has to be

,----
| In this case, use the -R option to the setarch
| command:
|    
|    setarch i386 -R ./temacs --batch --load loadup [dump|bootstrap]
| 
| or 
|    
|    setarch i386 -R make bootstrap
`----

-- 
Did you ever realize how much text fits in eighty columns? If you now consider
that a signature usually consists of up to four lines, this gives you enough
space to spread a tremendous amount of information with your messages. So seize
this opportunity and don't waste your signature with bullshit nobody will read.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]