public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: Keith Seitz <kseitz@firetalk.com>
To: Nicolas Durieu <ndurieu@logfi.fr>
Cc: insight@sourceware.cygnus.com
Subject: Re: My insight ;(
Date: Wed, 24 May 2000 06:17:00 -0000	[thread overview]
Message-ID: <392BD67C.F840D34A@firetalk.com> (raw)
In-Reply-To: <NDBBJJPGJKOOONHEDKACEELHCAAA.ndurieu@logfi.fr>

Nicolas Durieu wrote:
>
> I've a RedHat-6.2 with cc,gcc....
> on GNOME
> 
> i untar insight .. no problem
> 
> i go to ../insight
> 
> i do "./configure"  without prb
> 
> i do "make" ... non Prb
> 
> i do "make install" and at the install of itcl library Linux say"i dont find
> mkinstalldir"
> 

Hmmm.... I just grabbed insight+dejagnu-20000519 Monday, configured,
built and installed it without a problem. I am also using RedHat 6.2.

I do things a little differently than you, though. I NEVER configure
inside the source directory (old Cygnus habit). So all I did is:

$ tar zxvf insight.tar.gz
...
$ mkdir linux; cd linux
$ ../insight+dejagnu-20000519/configure
...
$ make all-gdb; make install-gdb

And POOF! Out comes a fresh copy of gdb installed in /usr/local. I even
tried just doing a "make; make install" and that worked just fine, too.
Can you give us the EXACT error message? (Paste the output of your make
into an email and send it to the list. Also please include the output of
'head config.status' in your object directory.)

What happens when you run the command "find . -name mkinstall\* -print"
at the top of your sources? Here's what I get:

$ pwd
/anywhere/atall/kseitz/cygnus/insight/insight+dejagnu-20000519
$ find . -name mkinstall\* -print
./mkinstalldirs
./itcl/config/mkinstalldirs
./expect/mkinstalldirs
./dejagnu/mkinstalldirs
$ ls -l itcl/config/mkinstalldirs
-rwxrwxr-x   1 kseitz   kseitz        650 Feb  6 16:19
itcl/config/mkinstalldirs

Does your tree look any different?

Don't worry: we'll get to the bottom of this.
Keith
-- 
Why chat when you can Firetalk?
Firetalk ID: Keith (10320)
www.firetalk.com

  reply	other threads:[~2000-05-24  6:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-05-24  2:04 Nicolas Durieu
2000-05-24  6:17 ` Keith Seitz [this message]
     [not found] <NDBBJJPGJKOOONHEDKACCELNCAAA.ndurieu@logfi.fr>
2000-05-25  5:24 ` Keith Seitz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=392BD67C.F840D34A@firetalk.com \
    --to=kseitz@firetalk.com \
    --cc=insight@sourceware.cygnus.com \
    --cc=ndurieu@logfi.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).