This is the mail archive of the gdb-prs@sourceware.org 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]
Other format: [Raw text]

[Bug gdb/16201] internal error on a cygwin program linked against a DLL with no .data section


https://sourceware.org/bugzilla/show_bug.cgi?id=16201

Keith Seitz <keiths at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |keiths at redhat dot com

--- Comment #10 from Keith Seitz <keiths at redhat dot com> ---
(In reply to Stas Maximov from comment #9)
> ...
> checking for Tcl configuration... found /usr/lib/tclConfig.sh
> checking for Tk configuration... found /usr/lib/tkConfig.sh
> checking for existence of /usr/lib/tclConfig.sh... loading
> checking for Tcl private headers... configure: error: could not find private
> Tcl headers
> ...

It looks like your build is trying to build Insight using system-supplied Tcl,
Tk, Itcl, and Iwidgets. This is not supported on Windows (Cygwin/MinGW).

Pass "--disable-gdbtk" to configure to disable this.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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