Summary
on windows, extensions and import-libraries are not linked with the correct library
Metadata
- Id: 2a0e4e73da4f2f6e07a2c2bef712b3d82dbf67d7
- Trac id: 166
- Type: defect
- Reporter: felix
- Owner:
- Cc:
- Status: closed
- Component: build system
- Estimated difficulty:
- Resolution: fixed
- Priority: major
- Milestone:
- Version: 4.3.x
- Changetime: 2010-03-11 10:33:12 UTC
- Created: 2010-01-28 00:00:33 UTC
- Keywords: windows gui
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).