Segmentation violation for "speed" on MacOSX
Yusuf Abdulghani (Local)
yaghani@mac.com
Wed, 4 Jun 2003 11:46:25 -0700
Hi,
I just downloaded GMP and compiled it on MacOSX using the following
commands:
./configure
make
make check
sudo make install
Up to this point, everthing seems to be fine. make check passed all the
tests.
However, when I wanted to run the speed test, I got segmentation fault.
I would appreciate if someone could help me.
To run the speed test, I did the following:
cd tune
make speed
./speed -C -s 100000 mpn_mul_1.10000
Am I doing something wrong here?
Thanks.
Yusuf