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.



_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to