Thanks for your reply. I have attempted to do this, but ran into an error. I have completely went through both guides; regression, to the 64-bit install.. to linking of 32 bit libraries, etc. When I maek, this is what I get: {standard input}: Assembler messages: {standard input}:38: Error: suffix or operands invalid for `push' {standard input}:39: Error: suffix or operands invalid for `push' {standard input}:46: Error: suffix or operands invalid for `pop' {standard input}:47: Error: suffix or operands invalid for `pop' I couldn't use: Code: CC="gcc-4.2" LDFLAGS="-L/lib32 -L/usr/lib32 -L`pwd`/lib32 -Wl,-rpath,/lib32 -Wl,-rpath,/usr/lib32" ./configure -v That resulted in crazy errors.. but: Code: CC="gcc" LDFLAGS="-L/lib32 -L/usr/lib32 -L`pwd`/lib32 -Wl,-rpath,/lib32 -Wl,-rpath,/usr/lib32" ./configure -v Worked fine. Regardless, make won't work. I have tried googling that, but have not found a solution that works. I e-mailed the guy that the article told me to, I don't know if a package is broken or what. We'll see. Thanks for your help, though. I can't stress that enough. If you have any more clues, they'd be greatly appreciated.