Thread: GNU Multiple Precision Arithmetic Library Problem

  1. #1
    Registered User
    Join Date
    Jul 2008
    Posts
    58

    GNU Multiple Precision Arithmetic Library Problem

    For the life of me I cant get GMP or GNU Multiple Precision Arithmetic Library to compile for me. I have Devcpp and have installed the devpak, however even though its hard to find referances to use GMP what little source I have found just will not compile

    I'm not posting any source for example because first I want to find out if there are any referances that I can use for GMP. And If anyone has any working GMP models for DevCpp that would rock too.

    Gratsi

  2. #2
    and the Hat of Guessing tabstop's Avatar
    Join Date
    Nov 2007
    Posts
    14,336
    Couldn't find a devpak, but just for you I downloaded all the stuff and ran configure and make and all that and it pretty much worked (I had to copy the .h and .a and .la files to the right spots myself; I don't know where make install put them).

    As to GMP references, they make a manual, you know. I'm not sure what problems you're having.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Library Problem
    By evetevet in forum C Programming
    Replies: 4
    Last Post: 01-18-2009, 11:07 AM
  2. Templates from DLL or static library problem
    By mikahell in forum C++ Programming
    Replies: 2
    Last Post: 01-01-2008, 01:49 AM
  3. Keyboard INT 9 handler (Handles multiple keypresses!) Problem
    By zhopon in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 12-16-2001, 10:39 AM
  4. Replies: 0
    Last Post: 12-16-2001, 10:36 AM
  5. Multiple Knapsack Problem
    By polymeta in forum C Programming
    Replies: 3
    Last Post: 11-15-2001, 08:03 PM