all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* setarch -R in etc/PROBLEMS
@ 2005-07-19  8:43 Frank Schmitt
  2005-07-19  9:36 ` Jan D.
  0 siblings, 1 reply; 2+ messages in thread
From: Frank Schmitt @ 2005-07-19  8:43 UTC (permalink / raw)


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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: setarch -R in etc/PROBLEMS
  2005-07-19  8:43 setarch -R in etc/PROBLEMS Frank Schmitt
@ 2005-07-19  9:36 ` Jan D.
  0 siblings, 0 replies; 2+ messages in thread
From: Jan D. @ 2005-07-19  9:36 UTC (permalink / raw)
  Cc: emacs-devel

> 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
> `----


Now, fixed.  Thanks.

     Jan D.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-07-19  9:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-19  8:43 setarch -R in etc/PROBLEMS Frank Schmitt
2005-07-19  9:36 ` Jan D.

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.