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

Ticket #751 (closed defect: fixed)

Opened 10 months ago

Last modified 10 months ago

linking tango-user-dmd

Reported by: Cyborg16 Assigned to: larsivi
Priority: major Milestone: 0.99.4
Component: Documentation Version: 0.99.3 Triller
Keywords: Cc:

Description

The installation page http://www.dsource.org/projects/tango/wiki/LinuxInstallDmd says add the -L-ldtango-user-tango flag to dmd.conf to link the tango library. Actually this needs to be -L-ltango-user-dmd --- note -l not -ld.

At least that works here; I don't know why -ld was used (but the flag gets passed to gcc with only the -L stripped for linking). (I'm using dmd 1.023)

Change History

11/16/07 08:06:11 changed by larsivi

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

Thanks! There was a last minute lib name change before the release, and the docs weren't properly updated. Fixed now :)