GMP dll for windows: linking errors

Sisyphus kalinabears@iinet.net.au
Fri, 18 Jul 2003 23:34:05 +1000


----- Original Message -----
From: "Lesley MacPherson"

>instructions on how to create a dll
> using MinGW?
>

 You can do it in an MSYS shell  - available from
http://www.mingw.org/msys.shtml
.

With msys properly configured it's simply a matter of opening the msys
shell, cd'ing to the GMP source directory, and running
'./configure --disable-static --enable-shared' followed by 'make'.

Hth.

Cheers,
Rob