Summary

on windows, extensions and import-libraries are not linked with the correct library

Metadata

Description

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.

Changes and comments

[2010-01-29 13:39:11 UTC] felix changed summary

[2010-02-09 08:25:01 UTC] felix changed status from new to closed

[2010-02-09 08:25:01 UTC] felix set resolution to fixed

[2010-02-09 08:25:01 UTC] felix wrote:

Fixed in `experimental` branch commit 6597d95480929b43b41caf90f937a35e27f3e05c (gui-specific runtime-libraries are not needed anymore).

[2010-03-11 10:33:12 UTC] Milestone 4.4.0 deleted