Re: runing ./configure on gdb 7.5.50 sources

2013-07-23 Thread Kris Thielemans
Corinna Vinschen cygwin.com> writes: > > > > > I'm using gdb-7.6.50-2 on cygwin 1.7.22-1. All freshly updated today. > > Here's my cygport file from the 64 bit GDB package: > > CYGCONF_ARGS="--disable-gdbtk --with-system-readline" Hi Corinna excellent! This worked for me (on 32bit cygwin) :

Re: runing ./configure on gdb 7.5.50 sources

2013-07-23 Thread Corinna Vinschen
On Jul 23 01:38, Kris Thielemans wrote: > Kris Thielemans writes: > > > I'm using gdb-7.6.50-2 on cygwin 1.7.22-1. All freshly updated today. > > > > Further investigation shows that > > - this file exists in cygwin as /usr/include/tcl8.5/generic/tclInt.h > > - /usr/lib/tclConfig.sh sets TCL_INC

Re: runing ./configure on gdb 7.5.50 sources

2013-07-22 Thread Kris Thielemans
Kris Thielemans writes: > I'm using gdb-7.6.50-2 on cygwin 1.7.22-1. All freshly updated today. > > Further investigation shows that > - this file exists in cygwin as /usr/include/tcl8.5/generic/tclInt.h > - /usr/lib/tclConfig.sh sets TCL_INCLUDE_SPEC='-I/usr/include' > - there is no /usr/includ

Re: runing ./configure on gdb 7.5.50 sources

2013-07-22 Thread Kris Thielemans
Ryan Johnson writes: > > On 09/01/2013 1:57 AM, Jose Munoz wrote: > > I tried to build the original gdb sources, which I > > downloaded using setup.exe and selecting them. > > > > Without modifying any source code of gdb, I run ./configure from my > > source folder: > > > > C:\cygwin\usr\src\gd

Re: runing ./configure on gdb 7.5.50 sources

2013-01-10 Thread Jose Munoz
Thanks. I had a look into config.log. After the checking configure:7623: checking for gnum4 there are the 3 sections ## Output variables. ##, ## File substitutions. ## and ## confdefs.h. ##. The last section ends as follows: ## --- ## ## confdefs.h. ## ## --- ## /* confdefs.h

Re: runing ./configure on gdb 7.5.50 sources

2013-01-09 Thread Ryan Johnson
On 09/01/2013 1:57 AM, Jose Munoz wrote: Hello, I would like to patch my current version of gdb (7.5.50.20120815-cvs (cygwin-special)) on a cygwin 1.7.17-1 installation. Prior to that, I tried to build the original gdb sources, which I downloaded using setup.exe and selecting them. Without

runing ./configure on gdb 7.5.50 sources

2013-01-09 Thread Jose Munoz
Hello, I would like to patch my current version of gdb (7.5.50.20120815-cvs (cygwin-special)) on a cygwin 1.7.17-1 installation. Prior to that, I tried to build the original gdb sources, which I downloaded using setup.exe and selecting them. Without modifying any source code of gdb, I run .