search for: chheng

Displaying 4 results from an estimated 4 matches for "chheng".

Did you mean: cheng
2009 Nov 20
3
[LLVMdev] llvm code working on linux but not mac, 64 bit problem?
Hi, Learning the ropes of LLVM. I have this simple LLVM assembly snippet which compiles/runs fine in Ubuntu but won't work on snow leopard. Somehow related to 64-bit? Anyone else experience this? llvm-as if.ll llc -f if.bc gcc -o if if.s ld: 32-bit pointer out of range in _main from /var/folders/TY/TYHT2tSJEcaVdUEWeuX5P++++TI/-Tmp-//cck44HlB.o collect2: ld returned 1 exit status --------
2009 Nov 20
0
[LLVMdev] llvm code working on linux but not mac, 64 bit problem?
It runs fine on my Snow Leopard installation. I do recall though that LLVM did not build in 64-bit mode automatically. I configured LLVM as follows to get a 64-bit build. ./configure --build=x86_64-apple-darwin10 --host=x86_64-apple-darwin10 --target=x86_64-apple-darwin1 Harmen Tommy Chheng wrote: > Hi, > Learning the ropes of LLVM. I have this simple LLVM assembly snippet > which compiles/runs fine in Ubuntu but won't work on snow leopard. > Somehow related to 64-bit? Anyone else experience this? > > llvm-as if.ll > llc -f if.bc > gcc -o if if.s > l...
2011 Jan 04
0
Package animation update (v2.0-0)
...moved from all the save*() functions, because ?this can be written in 'expr' and there is no need to provide an ?additional argument ? ?o the path of the output in im.convert() and gm.convert() will be ?quoted, because sometimes users might supply a path containing ?spaces (thanks, Phalkun Chheng) ? ?o the option 'filename' in ani.options() was renamed to 'htmlfile' ?so that the meaning of this option is more clear; 'footer' was ?renamed to 'verbose' too ? ?o ani.options() can accept any arguments now ? ?o im.convert() and gm.convert() will no longer stop(...
2011 Jan 04
0
Package animation update (v2.0-0)
...moved from all the save*() functions, because ?this can be written in 'expr' and there is no need to provide an ?additional argument ? ?o the path of the output in im.convert() and gm.convert() will be ?quoted, because sometimes users might supply a path containing ?spaces (thanks, Phalkun Chheng) ? ?o the option 'filename' in ani.options() was renamed to 'htmlfile' ?so that the meaning of this option is more clear; 'footer' was ?renamed to 'verbose' too ? ?o ani.options() can accept any arguments now ? ?o im.convert() and gm.convert() will no longer stop(...