Ticket #6 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Dmd does not link properly on Windows

Reported by: flithm Assigned to: flithm
Priority: major Milestone: CMakeD 1.0
Component: component1 Version: 1.0
Keywords: dmd windows linker Cc:

Description

The dmd linker requires a trailing slash to specify link library paths as it uses the same flag (-L+) to specify link library paths and the link libraries themselves. It looks as if CMake strips trailing slashes so there's no way to link properly at the moment (unless I'm missing something).

I've sent a message to the cmake mailing list... hopefully this will be resolved soon!

Attachments

cmLocalGenerator.cxx.patch (1.0 kB) - added by flithm on 08/28/07 13:43:37.
Patch to CMake as provided by the CMake crew

Change History

08/28/07 13:42:58 changed by flithm

  • status changed from new to assigned.

08/28/07 13:43:37 changed by flithm

  • attachment cmLocalGenerator.cxx.patch added.

Patch to CMake as provided by the CMake crew

08/28/07 13:45:05 changed by flithm

The CMake guys have sent us a patch that provides the necessary features. DMD on windows is now working 100%.

I'm leaving this ticket open until I hear word back from the CMake team if / when the patch will be available in CMake cvs.

08/28/07 19:57:07 changed by flithm

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

This patch is now available in CMake CVS, and will be available in the next major release of CMake. Closing!