Romster from the chat room told me I was missing a 32-bit compiler since I'm running a 64-bit system. I was gcc 32 that was missing. I looked in my /usr/bin folder and found 'gcc' and 'gcc34'. So; I then ran the command: Code: CC='gcc34' ./configure ..and all is well now.