On Wed, 10 Aug 2005, H.Merijn Brand wrote:
> > --- perl-current/hints/solaris_2.sh Sun May 22 10:38:40 2005 > > +++ perl-andy/hints/solaris_2.sh Tue Jul 26 11:29:22 2005 > > @@ -211,7 +211,10 @@ > > # Indent to avoid propagation to config.sh > > verbose=`${cc:-cc} -v -o try try.c 2>&1` > > > > -if echo "$verbose" | grep '^Reading specs from' >/dev/null 2>&1; then > > +# XXX TODO: 'specs' output changed from 'Reading specs from' in gcc-[23] > > to 'Using +# built-in specs' in gcc-4. Perhaps we should just use the same > > gcc test as +# in Configure to see if we're using gcc. > > +if echo "$verbose" | egrep '(Reading specs from)|(Using built-in specs)' > > >/dev/null 2>&1; then # > > # Using gcc. > > # > > Is this patch still to be applied? Yes, please. We've now verified it works. -- Andy Dougherty [EMAIL PROTECTED]