Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #769 (closed defect: duplicate)

Opened 1 year ago

Last modified 11 months ago

Bundled linux libraries exhibit linker errors with Layout

Reported by: kris Assigned to: larsivi
Priority: blocker Milestone: 0.99.4
Component: Core Functionality Version: 0.99.3 Triller
Keywords: dmd link linux Cc:

Description

The bundled libs for linux are broken, producing that nasty linkonce error discussed previously. Any leads on how to fix that?

Change History

11/27/07 05:18:39 changed by larsivi

  • keywords set to dmd link linux.
  • status changed from new to closed.
  • resolution set to duplicate.

This is a compiler bug (bugzilla 1508) and can only be fixed by rebuilding the library with a dummy alias of the problematic template instance in the relevant module (in this case Layout). The bundled library is thus as such not at fault.

Closing this, as it is also a duplicate of #740.