Using GMP with Eclipse on Ubuntu C/C++
April 7, 2010
Leave a comment
Install GMP
sudo apt-get install libgmp3-dev libgmp3-doc libgmp3c2
On Eclipse
Project->Properties
C/C++ Build->Settings
GCC C Linker->Miscellaneous
Linker flags: -lgmp -lgmpxx