on windows, extensions and import-libraries are not linked with the correct library
Shared objects should be linked with the gui-version of the library, but we currently only have a single set of extensions and import-libs, all linked with the non-gui library. To make it possible for GUI applications to use all extensions and import-libraries (for example when evaluating code at runtime), we need a complete set of shared objects linked to the GUI runtime, in addition to the set of non-GUI ones.
Change History (3)
Summary: |
on windows, extensions and import-libraries are not linked with the corrent library →
on windows, extensions and import-libraries are not linked with the correct library
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Fixed in
experimental
branch commit 6597d95480929b43b41caf90f937a35e27f3e05c (gui-specific runtime-libraries are not needed anymore).