The other option is to link to those libraries statically since they're required for Scintilla, which is not optional, and different versions anyone would drop-in could be harmful due to different C++ ABIs in different versions. Something like `-static-libgcc -static-libstdc++ -static -lpthread ...` should work IIRC.
--- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/1108#issuecomment-230102224