-ldl in AM_LDFLAGS breaks building for systems that don't know/use that library
s-ag opened this issue · 4 comments
This bug was introduced in wxsqlite3 4.4.7 and affects eg. building for mingw-w64 on Debian 10.
This "bug" was introduced more than 2 years ago, because another user had problems with linking for a Linux system (see issue #80). So, for you it's a bug, for others it's a solution.
Obviously, you are cross-compiling for Windows on a Debian system. I have to admit that I hadn't cross-compiling in mind when creating the autoconf/automake build files. I'll try to find a way to support your use case, but it may take a while, because I'm no autoconf/automake expert.
If you happen to be able to provide a solution that works for both use cases, then please let me know. Thanks.
Could you please check whether the modification introduced with commit 6714e21 solves your problem? TIA
Perfect.
Thank you very much for the quick response.
Thanks for confirming. Closing...