On 05/21/2013 10:35 PM, Niels Möller wrote: > Nikos Mavrogiannopoulos <[email protected]> writes: > >> I tried to build this branch using mingw32 and I got linking issues with >> libnettle.a and libhogweed.a (in that system I get libnettle.dll.a. > > Is that a general problem, or just with this branch? There shouldn't be > any windows-related changes there. > I just tested > > $ ~/hack/nettle-stable/configure --host=i586-mingw32msvc > $ make check > and that works fine for me (EMULATOR=wine). I guess you're doing > something differently, maybe native compilation, or w*ndows-8 on arm, or > something?
I was using the additional flags: --enable-shared --disable-static It seems the issue was due to --disable-static with which built cannot complete (the Makefile.ins assume that the static libraries are always there). regards, Nikos _______________________________________________ nettle-bugs mailing list [email protected] http://lists.lysator.liu.se/mailman/listinfo/nettle-bugs
