****************************************************************************** Here you can find a binary executable built by Thor Lancelot Simon. It is compiled from the 64-bit source code using `long long's (*) and it will run on SGI machines with Irix 6.5 and 64-bit processors i.e., R4000 or greater, which have the "n32" execution environment installed. Download using shift-click, "gunzip" if necessary, then "chmod u+x". Information on how to run it can be found in the "readMe.html" file with the source code in: http://cristal.inria.fr/~harley/ecdl7/source/64-bit/ ****************************************************************************** (*): The changes required are... Define: typedef unsigned long long u64; instead of: typedef unsigned long u64; Replace UL<< by ULL<< in several places. Replace %lu with %llu in reportDistinguished(). Likewise replace with %016lX by %016llX for all values of 16 =:-) ******************************************************************************