Ticket #2 (closed defect: fixed)

Opened 4 years ago

Last modified 3 years ago

Generated runtime library has unqualified name

Reported by: larsivi Assigned to: walter
Priority: major Milestone:
Component: component1 Version:
Keywords: library naming Cc:

Description

Since [21], the DMD makefile generates an unqualified name for the runtime library. This is not a common runtime, if the fact that there exists more compilers than DMD is ignored. Please reset to druntime-dmd.

Change History

01/05/09 15:35:23 changed by sean

  • status changed from new to closed.
  • resolution set to fixed.

The build process now generates two copies of the same library, libdruntime-dmd.a and libdruntime.a. So the version of libdruntime.a in the lib directory will simply be the last one built, and serves as a convenience feature for scripts and such.