GNU MP LIBRARY

hi,
i am trying to use GNU MP in my program. but when i use, it gives me an error saying ' undefined reference to gmp_print'. i used instructions in the manual ,but i am not able to link the GNU MP library to my program.
How do i link the GNU MP library to my program?
How do i verify if my comp has GNU MP library?
pls help. . .


Check the GNU MP (or GNU) mailing list and forums :) This isn't a C++ question so it's unlikely someone here will have specific experience with this 3rd party lib.
hi zaita,
i found the solution. thank u.
hi,
i am using GNU MP in my program and i have to intialise floating tye array. when i used "mpf_array_init(<array_name>, <size>,<bits>) " it gave an error. I couldn find the initialization in the manual.
pls can anyone tell me how to initialise a floating point array in GNU MP.
Topic archived. No new replies allowed.