This is the mail archive of the
insight@sourceware.org
mailing list for the Insight project.
Re: insight6.8
My colleague Hector Soto found a patch:
gdb/configure.ac @ 1448
- *-*-cygwin*)
+ *-*-cygwin* | *-*-mingw*)
After running autoconf in the GDB directory you can build as before.
(Or hack configure manually at line 23083.)
You can also specify --with-tclconfig=/your_build_dir/tcl/win
--with-tkconfig=/your_build_dir/tk/win at configure time, but that is
just working around the real issue that configdir is not initialized.
Keith: could you patch this at the appropriate places?
Hans