Re: disable invocation of winepath by libtool
Roumen Petrov <[email protected]>
| Newsgroups | gmane.comp.gnu.libtool.general |
|---|---|
| Message-ID | <[email protected]> |
Ozkan Sezer wrote: > On 12/5/21, ilya Basin <[email protected]> wrote: >> Dear List. I'm cross compiling a program on Linux for a mingw host and >> sometimes this shows Wine dialogs like "updating wine configuration" or >> "download and install Mono". I believe it's only needed to run `make check` >> successfully, but I want to skip the test suite. How to properly prevent the >> invocation if winepath? > Using winepath in libtool really is an abomination and must be removed. > Related: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=52253 Using winepath is very useful to run regression tests in emulated environment on Linux. I cannot understand why wine in installed but not properly setup. Either remove wine or finish installation. Regards Roumen Petrov