nisse@lysator.liu.se (Niels Möller) writes:
Simon Josefsson simon@josefsson.org writes:
With MinGW-64 I got the following error when building:
For clarity: Is this MinGW-64 *natively* on a windows machine, or a cross compiler?
Cross-compiler, running on a Debian Squeeze machine.
This seems to be the case when I build with --enable-shared as well -- then there is only one hit (./.lib/libnettle-4-3.dll), but it is not under testsuite/. Should there be more *.dll files?
For a native build: That's how it should be. The .lib directory is added to PATH, which should be sufficient for running the testprograms. The additional symlinks in the testsuite and example directories should be there only when cross compiling (detected by $EMULATOR matching wine*).
I have the binfmt-support package installed, so an emulator is not strictly required -- i.e., running ./foo.exe will work directly and using 'wine ./foo.exe' is not necessary. Will $EMULATOR be empty in this case?
/Simon