This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Two possible linux (?) config issues


From

the gdb bugs list.  I have a feeling its an installed VS distributed tcl
problem.

	Andrew



when I run configure I get the error:

--snip--
checking for tgetent in -lncurses...
yes
checking for Tcl configuration... found
/usr/local/src/gdb+dejagnu-20000417/tcl/unix/tclConfig.sh
checking for Tk configuration... found /usr/lib/tkConfig.sh
checking for Tcl private headers. dir=unix... found in
/usr/local/src/gdb+dejagnu-20000417/tcl/generic
checking for Tk private headers... checking for tk.h... yes
is installed
checking for Itcl private headers. srcdir=.... configure: error: Can't
find Itcl private headers
root:/usr/local/src/gdb+dejagnu-20000417/gdb$

I looked through the configure script and it looks like it expects
a directory itcl to exist in the gdb+dejagnu-20000417 directory,
but it isn't there.  On my machine the file itcl.h exists in
/usr/include, but the configure script doesn't seem to know to look
there.  Am I doing something wrong?

Thank you,
-Jon Wilkening






I'm trying to install gdb+dejagnu-20000419 on my Intel Pentium III
running redhat linux 6.0.  When I run ./configure with no arguments,
there are no problems.  If I type
  ./configure --prefix=/usr
it doesn't finish the configure process, stopping with the message

..
checking for Tk private headers... checking for tk.h... yes
is installed
checking for Itcl private headers. srcdir=.... configure: error: Can't
find Itcl private headers
Configure in /usr/local/src/gdb+dejagnu-20000419/gdb failed, exiting.

Thanks,
Jon Wilkening




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]