Problem on Solaris with gdb 5.1.x

2002-01-29 Thread Katz, Amir
When I run configure, it goes into an infinite loop. I traced the problem to the following statement in 'configure.in', line 1213 in version 5.1.1: if [ "`/usr/bin/which $CCBASE`" = "/usr/ucb/cc" ]; then This line is executed only for Solaris. The problem is that on Solaris, /usr/bin/which i

Re: Problem on Solaris with gdb 5.1.x

2002-03-07 Thread Andrew Cagney
> When I run configure, it goes into an infinite loop. I traced the problem > to the following statement in 'configure.in', line 1213 in version 5.1.1: > > if [ "`/usr/bin/which $CCBASE`" = "/usr/ucb/cc" ]; then > > This line is executed only for Solaris. The problem is that on Solaris, > /u