From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stan Shebs To: Kevin Buettner Cc: Stephen Smith , GDB Subject: Re: Snapshot of 3/6/2001 Date: Wed, 21 Mar 2001 15:59:00 -0000 Message-id: <3AA8162A.2E0FC164@apple.com> References: <3AA7F87C.FD3F90A2@home.com> <1010308213929.ZM1528@ocotillo.lan> X-SW-Source: 2001-03/msg00076.html Kevin Buettner wrote: > > On Mar 8, 2:24pm, Stephen Smith wrote: > > > It tool 2.5 hours for insight gdb to configure and compile up to the utils/spu directory. How long should > > it take for that section to compile - I am up to 1.5 hours. > > That seems excessive. I just tried it on one of my machines and it > finished in a matter of seconds. I bet he's doing a "./configure; make" so it's all happening at once. > The other thing I noticed is that this is not built by default, so > I'm wondering how you ended up building utils/spu in the first place? utils/spu is the last directory in the GDB package, so if the machine is hanging at the end of the configure or doing something silent after running configure, it will look like it's hanging there. Stan