Configure fails to find gmp
GMP version 5.0.4
nettle version 2.4
mingw on windows xp sp3
config.log did not contain any recognizable links to missing files
(there were multiple references to "-lgmp", but it was not a file)
(entire config.log is ~35KB, should I post it here?
Compiling and building GMP was successful, it produced file libgmp.a
with size of 648 236 bytes.
Leaving that file in default lib directory, did not work. Putting it
in nettle directory did not work either. Renaming that file to lgmp.a,
libgmp.a.dll or lgmp.a.dll and copying to nettle directory did not
work either.
Where nettle's configure script is looking for lgmp and what is the
required filename? Could it be, that nettle 2.4 does not work with
GMP 5.0.4 and requires older version?