Re: [fluid-dev] Trouble Linking to Static Libraries

2019-07-28 Thread Tom M. via fluid-dev
Thanks for the report. However I'm afraid, we cannot simply link against the private dependencies of the libraries that we depend on. Most users link against shared libraries. Always including e.g. LIBSNDFILE_STATIC_LIBRARIES would result in unnecessary dependencies like FLAC and OGG/Vorbis that

Re: [fluid-dev] Trouble Linking to Static Libraries

2019-07-26 Thread Jordan Irwin
Adding explicit links to libreadline, libhistory, & libtermcap fixed the problem. --- fluidsynth-2.0.5/src/CMakeLists.txt.orig 2019-07-27 03:34:21.507340600 + +++ fluidsynth-2.0.5/src/CMakeLists.txt 2019-07-27 03:35:01.382388100 + @@ -319,9 +319,12 @@ ${ALSA_LIBRARIES} ${PULSE_LI

[fluid-dev] Trouble Linking to Static Libraries

2019-07-26 Thread Jordan Irwin
I am on Windows using MSYS2/MinGW-w64 & I am having trouble linking to some static libraries. The libraries in question were libsndfile & libreadline. I have fixed many of the undefined references, but there are still two that I am having trouble with. The problem occurs wh