Zike Huang (Jim)

Results 15 comments of Zike Huang (Jim)

I just verified ubuntu 11.04 64bit works fine, so at this point, i think the issue is realted to either a ubuntu version difference or gcc version difference.

For ubuntu 12.04 64 bit now, I did a hack to make it work by using gcc 4.4.7. Here is what I did: apt-get install gcc-4.4 ln -s /usr/bin/gcc-4.4 /usr/bin/cc...

I did not try 10.04 64 bit yet, Di you try ubuntu 11.04 64bit?

One use case is to download files in parallel and keep track of their progress. Yeah, so an async version of file_get_contents will be great.