public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* Problem with Installing Insight-5.3
@ 2003-08-25 11:03 Raul Ito
  2003-08-25 17:50 ` Keith Seitz
  0 siblings, 1 reply; 2+ messages in thread
From: Raul Ito @ 2003-08-25 11:03 UTC (permalink / raw)
  To: insight

Hi,

I build insight 5.3 using the following commands,
  ../inside-5.3/configure
  make

Then try to install it with
  make install

and I got error as in follows,
  /bin/sh ../../mkinstalldirs /usr/local/info
  mkdir /usr/local/info
  make[2]: *** [install-info-am] Error 1
  make[2]: Leaving directory `XXXX/insight-5.3/bfd/doc'
  make[1]: *** [install-recursive] Error 1
  make[1]: Leaving directory `XXXX/insight-5.3/bfd'
  make: *** [install-bfd] Error 2

Does anyone knows the probable cause of this error and its solution?

Thanks in advance,
Raul

_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail

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

* Re: Problem with Installing Insight-5.3
  2003-08-25 11:03 Problem with Installing Insight-5.3 Raul Ito
@ 2003-08-25 17:50 ` Keith Seitz
  0 siblings, 0 replies; 2+ messages in thread
From: Keith Seitz @ 2003-08-25 17:50 UTC (permalink / raw)
  To: Raul Ito; +Cc: insight

On Mon, 2003-08-25 at 04:02, Raul Ito wrote:
> Then try to install it with
>   make install
> 
> and I got error as in follows,
>   /bin/sh ../../mkinstalldirs /usr/local/info
>   mkdir /usr/local/info
>   make[2]: *** [install-info-am] Error 1
>   make[2]: Leaving directory `XXXX/insight-5.3/bfd/doc'
>   make[1]: *** [install-recursive] Error 1
>   make[1]: Leaving directory `XXXX/insight-5.3/bfd'
>   make: *** [install-bfd] Error 2
> 

What host are you building for? If you are building on a unix (linux,
hpux, aix, solaris, etc), it certainly sounds like you do not have
permission to create /usr/local/info. Either run make install as root or
reconfigure and build using the "--prefix" (and, optionally) the
"--exec-prefix" options to configure. This will allow you to install
into a directory of your choice.

Keith


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

end of thread, other threads:[~2003-08-25 17:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-25 11:03 Problem with Installing Insight-5.3 Raul Ito
2003-08-25 17:50 ` Keith Seitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).