disable invocation of winepath by libtool

2021-12-05 Thread ilya Basin
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

Re: lt_dlopen an uninstalled library

2021-11-25 Thread ilya Basin
ption existed in libtool to force a wrapper script even if we don't link with any uninstalled libraries. On 25.11.2021 2:15, Bob Friesenhahn wrote: > On Thu, 25 Nov 2021, ilya Basin wrote: > >> Hi Bob. I configured the GM build with '--with-modules', ran `make check` &g

Re: lt_dlopen an uninstalled library

2021-11-24 Thread ilya Basin
│ └──┘ multi-thre Thread 0x773cc8 In: OpenModule L1422 PC: 0x77e7bc6c (gdb) print path $1 = "/.snapshots/persist/builds/GM/coders/miff.la\000\000\000\000\313|VUUU\000\ (gdb) On 23.11.2021 20:31, B

lt_dlopen an uninstalled library

2021-11-22 Thread ilya Basin
Hi List. I'm making a program with plugins as shared libraries and when I run `make check` I want my program to load the uninstalled plugins using lt_dlopen(). I expected that passing `-dlopen libname.la` to libtool would force the generation of a wrapper script setting the proper LD_LIBRARY_PAT