all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: can't install elisp-manual-21.2.6
  2003-05-22 14:32 can't install elisp-manual-21.2.6 Alexander Nikolov
@ 2003-05-22 14:29 ` Burton Samograd
  2003-05-24  8:16 ` Eli Zaretskii
       [not found] ` <mailman.6684.1053764178.21513.help-gnu-emacs@gnu.org>
  2 siblings, 0 replies; 5+ messages in thread
From: Burton Samograd @ 2003-05-22 14:29 UTC (permalink / raw)


Alexander Nikolov <alexander@ip217-30.mnet.bg> writes:

> Hi! 
> I'm afraid I'm asking stupid question but I can't see what I'm missing
> out. I downloaded elisp-manual-21-2.6.tar.gz and I tried to install it
> the standard way- first I installed the texinfo
> rpm(texinfo-4.2-5mdk.rpm) and then I executed 
> -------------
> ./configure
> make 
> make install
> ------------
> in the elisp-manual directory. The first two commands reported no
> error but 'make install' complains that 
> ----------------------------------------
> ./mkinstalldirs /usr/local/info
> make: ./mkinstalldirs: Command not found
> make: *** [install] Error 127
> ----------------------------------------
> What's wrong?

I can't remember which, but one of the following programs is
responsible for putting mkinstalldirs and some other files in the
source directory:

aclocal
autoheader
automake
autoconf

You might want to try running those in order (shouldn't need any
arguments) and see if that installs them properly.  It might work and
it shouldn't do anything bad anyways (and if it does, just untar the
original source again).

-- 
burton samograd
kruhft@kruhft.dyndns.org
http://kruhftwerk.dyndns.org

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

* can't install elisp-manual-21.2.6
@ 2003-05-22 14:32 Alexander Nikolov
  2003-05-22 14:29 ` Burton Samograd
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Alexander Nikolov @ 2003-05-22 14:32 UTC (permalink / raw)


Hi! 
I'm afraid I'm asking stupid question but I can't see what I'm missing
out. I downloaded elisp-manual-21-2.6.tar.gz and I tried to install it
the standard way- first I installed the texinfo
rpm(texinfo-4.2-5mdk.rpm) and then I executed 
-------------
./configure
make 
make install
------------
in the elisp-manual directory. The first two commands reported no
error but 'make install' complains that 
----------------------------------------
./mkinstalldirs /usr/local/info
make: ./mkinstalldirs: Command not found
make: *** [install] Error 127
----------------------------------------
What's wrong?

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

* Re: can't install elisp-manual-21.2.6
  2003-05-22 14:32 can't install elisp-manual-21.2.6 Alexander Nikolov
  2003-05-22 14:29 ` Burton Samograd
@ 2003-05-24  8:16 ` Eli Zaretskii
       [not found] ` <mailman.6684.1053764178.21513.help-gnu-emacs@gnu.org>
  2 siblings, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2003-05-24  8:16 UTC (permalink / raw)


> From: Alexander Nikolov <alexander@ip217-30.mnet.bg>
> Newsgroups: gnu.emacs.help
> Date: 22 May 2003 14:32:54 +0000
> 
> I downloaded elisp-manual-21-2.6.tar.gz and I tried to install it
> the standard way- first I installed the texinfo
> rpm(texinfo-4.2-5mdk.rpm) and then I executed 
> -------------
> ./configure
> make 
> make install
> ------------
> in the elisp-manual directory. The first two commands reported no
> error but 'make install' complains that 
> ----------------------------------------
> ./mkinstalldirs /usr/local/info
> make: ./mkinstalldirs: Command not found
> make: *** [install] Error 127
> ----------------------------------------
> What's wrong?

Does elisp-manual-21-2.6.tar.gz include mkinstalldirs in it?  If not,
it's a bug in the tarball.

Anyway, the latest version of the ELisp manual is 21-2.8, and I've
just verified that mkinstalldirs _is_ there.  So why not download the
latest version and use that instead of the old and possibly broken
one?

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

* Re: can't install elisp-manual-21.2.6
       [not found] ` <mailman.6684.1053764178.21513.help-gnu-emacs@gnu.org>
@ 2003-05-25  0:18   ` Alexander Nikolov
  2003-05-25  3:26     ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Alexander Nikolov @ 2003-05-25  0:18 UTC (permalink / raw)


"Eli Zaretskii" <eliz@elta.co.il> writes:

> > From: Alexander Nikolov <alexander@ip217-30.mnet.bg>
> > Newsgroups: gnu.emacs.help
> > Date: 22 May 2003 14:32:54 +0000
> > 
> > I downloaded elisp-manual-21-2.6.tar.gz and I tried to install it
> > the standard way- first I installed the texinfo
> > rpm(texinfo-4.2-5mdk.rpm) and then I executed 
> > -------------
> > ./configure
> > make 
> > make install
> > ------------
> > in the elisp-manual directory. The first two commands reported no
> > error but 'make install' complains that 
> > ----------------------------------------
> > ./mkinstalldirs /usr/local/info
> > make: ./mkinstalldirs: Command not found
> > make: *** [install] Error 127
> > ----------------------------------------
> > What's wrong?
> 
> Does elisp-manual-21-2.6.tar.gz include mkinstalldirs in it?  If not,
> it's a bug in the tarball.
> 
> Anyway, the latest version of the ELisp manual is 21-2.8, and I've
> just verified that mkinstalldirs _is_ there.  So why not download the
> latest version and use that instead of the old and possibly broken
> one?

The latest one really seems to be working, thank you. I hope it is not
a problem that I am not using the latest release of emacs.

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

* Re: can't install elisp-manual-21.2.6
  2003-05-25  0:18   ` Alexander Nikolov
@ 2003-05-25  3:26     ` Eli Zaretskii
  0 siblings, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2003-05-25  3:26 UTC (permalink / raw)


> From: Alexander Nikolov <alexander@ip217-30.mnet.bg>
> Newsgroups: gnu.emacs.help
> Date: 25 May 2003 00:18:01 +0000
> 
> The latest one really seems to be working, thank you. I hope it is not
> a problem that I am not using the latest release of emacs.

It shouldn't be a problem.

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

end of thread, other threads:[~2003-05-25  3:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-22 14:32 can't install elisp-manual-21.2.6 Alexander Nikolov
2003-05-22 14:29 ` Burton Samograd
2003-05-24  8:16 ` Eli Zaretskii
     [not found] ` <mailman.6684.1053764178.21513.help-gnu-emacs@gnu.org>
2003-05-25  0:18   ` Alexander Nikolov
2003-05-25  3:26     ` Eli Zaretskii

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.