On Sat, May 3, 2008 at 3:06 PM, michael <[EMAIL PROTECTED]> wrote: > Yes now I am in the right dir and apply your patch and compile I get > some execs but it still falls over with large (2.5GB) input files:
Hi, When I have to compare two large files, first, I split them into smaller files, then I run diff between these files (with bash help, of course). In my case it worked fine. Regards