Simon Josefsson simon@josefsson.org writes:
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?
It will most likely have been set automatically to wine64. Check the substituted variable in config.make. Do you think some additional configure tests are needed? (Alternatively, one could do something similar to automake's "make check TESTS_ENVIRONMENT=wine", but that's not as general since some of the test programs are shell scripts, not windows executables).
But I think I have found out why the links weren't created. I forgot to set the executable bit on testsuite/setup-env. And since this is still cvs, that's a bit painful to get fixed. *sigh*
Regards, /Niels