Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#166 closed defect (fixed)

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

Reported by: felix winkelmann Owned by:
Priority: major Milestone:
Component: build system Version: 4.3.x
Keywords: windows gui Cc:
Estimated difficulty:

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.

Change History (3)

comment:1 Changed 14 years ago by felix winkelmann

Summary: on windows, extensions and import-libraries are not linked with the corrent libraryon windows, extensions and import-libraries are not linked with the correct library

comment:2 Changed 14 years ago by felix winkelmann

Resolution: fixed
Status: newclosed

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

comment:3 Changed 14 years ago by (none)

Milestone 4.4.0 deleted

Note: See TracTickets for help on using tickets.