bug-gmp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Installing GMP on cygwin


From: Kevin Ryde
Subject: Re: Installing GMP on cygwin
Date: Sat, 29 Jun 2002 08:59:05 +1000
User-agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.1 (i386-debian-linux-gnu)

"Edward Marti" <address@hidden> writes:
>
> The problem is, now I have GMP installed on my computer, and it works fine,
> but I can't seem to transfer programs to other computers without it
> crashing. The mingw32 programs work fine (I tested), but as soon as it
> starts calling GMP functions, the program crashes.

Strange.

> Here is a sample source code (encode.cpp), compiled file on my computer
> (encode.exe), and the config log (config.log).

I don't have any way proper way to run a .exe, it bombed under WINE
though (not sure why).

Maybe you can run it up under gdb (or even ms codeview) and see where
it seems to die.  Does it get through the first mpz_init for instance.

> My computer is a Intel Pentium 3 (i686), and the computers I tested it on
> were two AMD-K6's. Do I need a different configuration for amd chips? If so,
> which one? I assumed that i386 should work on everything.

Choosing i386 should be enough to make it work with both, at least as
far as the gmp parts go.

Incidentally, life isn't meant to be quite this difficult. :-)  We've
done what we think is needed for GMP on mingw etc, it's just hard to
be sure without an actual system to run it on.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]