On Mon, 2005-08-29 at 18:01 +0200, Cesare Marilungo wrote: > I think that most x86_64 rpm are built just changing pointers size (int > -> long) in source files and rebuilding. But that's the wrong solution, it's broken to assume the size of a pointer. If the code is correct then the same source should compile on 32 and 64 bit platforms. Lee