|
From: Tom H. <to...@co...> - 2010-06-06 23:42:16
|
On 06/06/10 21:41, Julian Seward wrote: > Honestly .. the your best bet is to rewrite link_tool_exe.c as > a perl script, so it can run on the host. I actually started out > to write it as a perl script, but couldn't find a way to make it > portably do 64-bit arithmetic, which it needs to do on some platforms. > Hence I wimped out and wrote a C program instead. However, that > evidently isn't going to work in this case. Probably best just to use Math::BigInt then you can do arbitrary precision integer arithmetic regardless of the underlying platform. Tom -- Tom Hughes (to...@co...) http://compton.nu/ |