all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* howto build separate cvs version?
@ 2008-06-01 13:35 knubee
  2008-06-01 13:51 ` Daniel
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: knubee @ 2008-06-01 13:35 UTC (permalink / raw)
  To: help-gnu-emacs

I'm trying to install a cvs version of emacs -- but do not want it to
interfere/interact with my existing installation. I just want to be
able to try out the cvs version a bit.

After looking around, it seemed as if the main things to do were a)
ensure that everything was configured for an install directory that
differs from the location of my existing installation; and b) give the
build a suffix so as to call it by name.

Here is what I tried:

> cd /test
> cvs -z3 -d:pserver:anonymous@cvs.sv.gnu.org:/sources/emacs co -d emacs-cvs-source emacs
> cd /emacs-cvs-installation
> /test/emacs-cvs-source/configure --prefix=/test/emacs-cvs-installation --program-suffix=-from-cvs
> make bootstrap
> make
> make install

This seems to complete without error, but the following generates an
error:

> emacs-from-cvs
bash: emacs-from-cvs: command not found

What am I doing wrong?

thanks, k


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

end of thread, other threads:[~2008-06-02 10:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-01 13:35 howto build separate cvs version? knubee
2008-06-01 13:51 ` Daniel
2008-06-01 13:59 ` David Hansen
     [not found] ` <mailman.12526.1212328325.18990.help-gnu-emacs@gnu.org>
2008-06-01 14:31   ` knubee
2008-06-01 21:37     ` Shelagh Manton
     [not found]     ` <mailman.12544.1212356254.18990.help-gnu-emacs@gnu.org>
2008-06-02 10:19       ` knubee
     [not found] ` <mailman.12527.1212329309.18990.help-gnu-emacs@gnu.org>
2008-06-01 14:38   ` knubee

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.