b1826d81f breaks configure

2013-01-25 Thread Tor Arntsen
b1826d81f breaks configure, see today's autobuilds page. It seems that the problem is a bashism that is not compatible with sh/ksh, I can reproduce it in a shell: bash-3.00$ a=(`expr 24 : '.*'`) bash-3.00$ echo $a 2 No problems there.. Then with ksh: $ a=(`expr 24 : '.*'`) ksh: syntax error:

Re: b1826d81f breaks configure

2013-01-25 Thread Yang Tse
On Fri, Jan 25, 2013, Tor Arntsen t...@spacetec.no wrote: b1826d81f breaks configure, see today's autobuilds page. It seems that the problem is a bashism that is not compatible with sh/ksh, I can reproduce it in a shell: [...] and that is the type of error that causes all those

Re: b1826d81f breaks configure

2013-01-25 Thread Tor Arntsen
On Fri, Jan 25, 2013 at 2:31 PM, Yang Tse yangs...@gmail.com wrote: Thanks a lot for your fine analysis. The 'variable assignment of subshell output bashism' should be fixed now with commit a76ea8b7. Thanks! I can confirm it's fixed (tested on AIX with its default ksh shell) I just found out

Re: LibCurl Time out Issue

2013-01-25 Thread Dan Fandrich
On Fri, Jan 25, 2013 at 05:39:16PM +0530, Venkatesh Prabu Narayanan wrote: I am new to this forum. I am using libcurl to download files from the server to the client. I am using the following options in my curl connection in client side, curl_easy_setopt(curlPtr, CURLOPT_LOW_SPEED_LIMIT,