This is the mail archive of the insight@sourceware.org mailing list for the Insight 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]

Re: insight6.8


I get the same error (MSYS/MinGW with gcc-3.4.5). Do the warnings in
the logging below have something to do with it?

Configuring in ./gdb with MinGW:
...
checking for cygwin... no
checking for ELF support in BFD... yes
checking for Tcl configuration... configure: WARNING: Can't find Tcl
configuration definitions
checking for X... no
configure: WARNING: no enhanced curses library found; disabling TUI
checking for iconv... no, consider installing GNU libiconv
updating cache ./config.cache
...

Configuring in ./gdb with native Cygwin:
...
checking for cygwin... yes
checking for ELF support in BFD... yes
checking for Tcl configuration... found
/gcc/build-i686-elf/insight/tcl/win/tclConfig.sh
checking for Tk configuration... found
/gcc/build-i686-elf/insight/tk/win/tkConfig.sh
checking for Tcl private headers. dir=win... found in
/gcc/insight-6.8/tcl/generic
checking for Tk private headers... found in /gcc/insight-6.8/tk/generic
checking for Itcl private headers. srcdir=../../../insight-6.8/gdb...
checking for Itk private headers. srcdir=../../../insight-6.8/gdb...
checking for Itcl configuration... found
/gcc/build-i686-elf/insight/itcl/itcl/itclConfig.sh
checking for Itk configuration... found
/gcc/build-i686-elf/insight/itcl/itk/itkConfig.sh
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for iconv... yes
checking for iconv declaration...
         extern size_t iconv (iconv_t cd, const char * *inbuf, size_t
*inbytesleft, char * *outbuf, size_t *outbytesleft);
updating cache ./config.cache
...

Hans


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