473,403 Members | 2,366 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,403 software developers and data experts.

Not sure GNU GMP is working properly...any ideas

Hello Perlers, I followed the directions on how to install GNU GMP for
windows (below and on the URL) http://www.cs.nyu.edu/exact/core/gmp/
and I don't notice any performance gain..in Perl one is supposed to
place this in the code and then apply variables to BigFloat syntax :
use Math::BigFloat lib => 'GMP';

But I notice zero difference in calculation speed..I realize this is a
python board, but I am wondering if there is anyone who knows how to
verify installation, or any tricks to ensure the library is actually
being used, like executing the program in the GMP directory or
something.. any tips would be appreciated..
Thank you,
Jasper Marzin
******************
Installing GMP on Windows:
Install latest Cygwin. Make sure that you choose to install "gcc",
"m4" and "make" since the default installation doesn't include them.
Download latest GMP from GNU MP to ${gmp_download}.
Run "Cygwin Bash", unzip and untar GMP into ${gmp_build} using
following command:
cd ${gmp_build}
tar xzvf ${gmp_download}/gmp-x.x.x.tar.gz
Configure GMP for compilation:
cd gmp-x.x.x
./configure --prefix=${gmp_install}
Build GMP:
make
Install GMP header files and lib files:
make install
Jul 19 '05 #1
0 1473

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: weasel | last post by:
Why is the Farenheit to Celsius part not working properly? Instead of showing a similar range of what the farenheit is listing, the celsius portion is showing half the range of farenheit. print...
13
by: Rick Brandt | last post by:
If you examine the complete XML below you will see an element "Notes" consisting of... <Notes>test replace test&amp;replace</Notes> As you can see I have properly (I think) escaped the ampersand...
5
by: Nita Raju | last post by:
Hi, I have to validate a textbox for date without using the validation controls. So i had to use IsDate(). It's not working properly when i give "11//2004". When i enter the above date it...
0
by: Cesar | last post by:
Hello, I have a problem where my validators are not stopping the web browser to postback even when the validation is not met!! Let me try to explain. I have an application with some "hidden" div...
2
by: bidalah | last post by:
Hi, Following is a simple version of my now non-working code: hihi = Dir("c:\burn2\*.*", FileAttribute.Normal) Do While Len(hihi) > 0 hoho = hehe hihi = Dir() Loop
2
by: Arno R | last post by:
Hi all, In a converted app (converted from A97 to A2k) I just noticed that the format of a certain datefield is not working properly. This is with a control (datefield) on a bound form. When I...
3
by: RobertS | last post by:
I'm trying to figure out what I need to do to configure IIS 5.1 on XP Pro to work when referencing WebResources.axd. For example, I have an aspx script that works fine when run from Visual Web...
1
by: Paul | last post by:
I recently upgraded from MySQL 3.23 to 4.1. Now db is not working properly. I'd very much like your help in solving this issue! Here's the code I used to test it: require_once 'DB.php'; $db...
1
by: codeinthedark | last post by:
I'm hoping someone will be able to help me with an issue relating to working with unmanaged C++. I've been able to get most things working with regard to mapping from unmanaged C++ to C#, but the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.