Latest News
The Perl module Math::BigInt::GMP is a wrapper around the GNU Multiple Precision arithmetic C library and is useful for certain other math-intensive Perl operations. Ominously, the C library page warns that "GMP is very often miscompiled! Please never use your newly compiled libgmp.a or libgmp.so without first running make check" which makes the hairs on the back of my neck stand on end. However, I needed this lib.
On my Ubuntu linux machine, the Perl library (Math::BigInt::GMP) would not compile because of gmp was not installed. It would have been nice if the docs for this lib had mentioned this dependency. In any case, I install gmp with the following shell command:
apt-get install libgmp3-dev
If prompted by apt-get to install additional dependencies, agree. Then go back and install Math::BigInt::GMP.
make clean; perl Makefile.PL && make test && make install
I'm beginning to think that entropy is enclosing around the Great Camel.
About this blog
The taskboy blog is a exploration of computer technology by Joe Johnston. Topics of posts include practical examples Perl, PHP, Python and Java as well as book reviews, industry insights and miscellaneous good stuff.
Latest Feedbag
- This Week In Design: Chair Inspired By A Mussel, Transparent Racecar, Uncorked Wine Timer
- Google Hopeful Of 2010 Launch For iTunes Rival Despite Lack Of Signed Label Deals
- Getting to know the 'Catfish'
- Project Dance Party: Facebooks Secret Twitter-Like Follow Feature
- Three Stations
- TI reveals new teensy projector chip
- Important: Gmail Priority Inbox Should Now Be Available To All
- YC-Funded Cloudant Launches Its NoSQL Cloud Database Platform
- A Singularity in English Spelling
- New Calculations May Lead To a Test For String Theory
Generated: 06:30 on 03/Sep/2010
Recent posts
- Very quick git primer for basic functionality
- Tips for spammers: don't insult me
- CakePHP vs. Symfony: a quick note
- Creating events for Yahoo and Google calendars
- SANs on a budget: iSCSI under Ubuntu
- iPad, iTouch and Kindle: Which is the better mousetrap?
- Rise of the Ad-Hocracy, Part II
- Rise of the Ad-Hocracy, Part I
- Small Hiatus
