I'm on OSX Lion using TextMate to write my C++ programs. I wanted to deal with some large numbers and thus tried installing GMP. Here's what I did.
- I installed gmp 5.0.4 from gmplib.org
- After downloading, I navigated to the directory in terminal and executed ./configure. Output: http://pastebin.com/2M4AEgR6
- Execute make. Output: http://pastebin.com/8TrjST2D
I tried consulting the Installing GMP manual and that's what it says to do. g++ is running fine on my computer. What might be going wrong?