Re: CYGWIN - GMP compile problems

2002-04-02 Thread Andrew Markebo
What does the link command look like? Assuming something like gcc -lgmp -o gmptest gmptest.o -lgmp should be last. /Andy / "Kris Ray" <[EMAIL PROTECTED]> wrote: | When I try to compile the GMP library in cygwin, it works. However, when I | try to "make" any of the programs in the "de

CYGWIN - GMP compile problems

2002-04-02 Thread Kris Ray
When I try to compile the GMP library in cygwin, it works. However, when I try to "make" any of the programs in the "demos" folder, I get link errors. The link errors are all for the GMP functions. The messages are all something like "undefined reference - __gmpz_get_str", etc. any ideas on how