public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* Re: My insight ;(
       [not found] <NDBBJJPGJKOOONHEDKACCELNCAAA.ndurieu@logfi.fr>
@ 2000-05-25  5:24 ` Keith Seitz
  0 siblings, 0 replies; 3+ messages in thread
From: Keith Seitz @ 2000-05-25  5:24 UTC (permalink / raw)
  To: Nicolas Durieu; +Cc: insight

Nicolas Durieu wrote:
> 
> I use insight 20000520(but i've got already this problem with old version)
> 
> i've again the same prb

Sigh.

> i do "make all-gdb; make install-gdb"
> 
> at the end of "make install" i've:
> 
> Installing doc/itkvars.n
> Installing doc/usual.n
> make[2]: Leaving directory `/usr/local/src/Insight-20000523/itcl/itk/unix'
> Making in iwidgets3.0.0/unix
> make[2]: Entering directory
> `/usr/local/src/Insight-20000523/itcl/iwidgets3.0.0/unix'
> make[2]: Leaving directory
> `/usr/local/src/Insight-20000523/itcl/iwidgets3.0.0/unix'
> make[1]: Leaving directory `/usr/local/src/Insight-20000523/itcl'
> make[2]: /usr/src/bs/BUILD/tcltk-8.0.5/itcl/../config/mkinstalldirs: Command
> not found
> make[2]: *** [install-librairies] error 127
> make[1]: *** [install] Error 1
> make: *** [install-itcl] Error 2

It looks like configure got the wrong Tcl. The build should NOT be using
/usr/src/bs/BUILD/tcltk-8.0.5/itcl. This is the tcltk rpm that comes
with RH6.2. Insight uses it's "own" version of tcl, tk, tix, and itcl --
an unfortunate consequence of making a lot of bug fixes to an old
release. :-(

> 
> the command "find . -name mkinstall\* -print" give me
> ./dejagnu/mkinstalldirs
> ./expect/mkinstalldirs
> ./itcl/config/mkinstalldirs
> ./mkinstalldirs

These are correct. The proper path to itcl should be
/usr/local/src/Insight-20000523/itcl.

> 
> PS 1 : I lose the adress of the mailing list for ask i some one know my bug.
> PS 2 : I you want i can send you the full  file which contain the full 'make
> install'
> 
> I success the install of insight 5.0 !!!!!! ouahhh!!!! ouf! a thing runnings
> without a major problem
> 
> A+ ;-)

Well, okay. Problem solved then, although I wonder what happened to make
your build grab the wrong Tcl to begin with. I guess that this thread at
least will provide some future user with a reference if this problem
should ever arise again.

Happy debugging!
Keith
-- 
Why chat when you can Firetalk?
Firetalk ID: Keith (10320)
www.firetalk.com

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

* Re: My insight ;(
  2000-05-24  2:04 Nicolas Durieu
@ 2000-05-24  6:17 ` Keith Seitz
  0 siblings, 0 replies; 3+ messages in thread
From: Keith Seitz @ 2000-05-24  6:17 UTC (permalink / raw)
  To: Nicolas Durieu; +Cc: insight

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

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

* My insight ;(
@ 2000-05-24  2:04 Nicolas Durieu
  2000-05-24  6:17 ` Keith Seitz
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Durieu @ 2000-05-24  2:04 UTC (permalink / raw)
  To: insight

Hello
I'm nicolas and i like programation in C/C++ on LINUX
and i reseached a visual debugger !
and i find Insight!!!!

but in don't understand  i don't success to install Insight
so  i will explain the how and why .

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"

i don't understand why ?
i make the command CC=gcc
but it also bug but on make!

can you have a solutions ?

thanks !
;-)
linux for free programmation and developpement

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

end of thread, other threads:[~2000-05-25  5:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <NDBBJJPGJKOOONHEDKACCELNCAAA.ndurieu@logfi.fr>
2000-05-25  5:24 ` My insight ;( Keith Seitz
2000-05-24  2:04 Nicolas Durieu
2000-05-24  6:17 ` 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).