> I link against libgeany and use Scintilla from there: Line 10654 for example shows the link errors are in Scintilla looking for the C++ system library exception handling code. Presumably libgeany by itself doesn't resolve those because it assumes it will dynamically link with the C++ runtime, but it is being linked with the C runtime.
> (not sure how) Me neither, but [this](https://github.com/geany/geany/blob/d6ce258cec790da1e81db48476507bb114c7e482/src/Makefile.am#L130) is in Geany `Makefile.am` -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1255#issuecomment-1595910703 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/issues/1255/[email protected]>
