Ticket #34 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

More linux changes (for use with GDC)

Reported by: Florian Assigned to: Derek Parnell
Priority: Must be next Component: core
Version: 3.03 Severity: blocker
Keywords: Cc:

Description

Build doesn't work with GDC under Linux.

  • It uses gdmd as linker command. It should use gdc.
  • The library switch is -l-L. It should be -l.
  • One of the default libs is phobos. If used with GDC this should be gphobos.

The attached diff file does this changes, but please patch the source first with the diff from ticket #33 as I had that one already applied.

Attachments

gdc-fixes.diff (2.9 kB) - added by Florian on 07/03/06 14:01:06.
Patch for the GDC errors (from rev 48)

Change History

07/03/06 14:01:06 changed by Florian

  • attachment gdc-fixes.diff added.

Patch for the GDC errors (from rev 48)

07/06/06 00:06:10 changed by Derek Parnell

  • status changed from new to assigned.

08/08/06 21:46:35 changed by Derek Parnell

  • status changed from assigned to closed.
  • version changed from 3.02 to 3.03.
  • resolution set to fixed.

Most of these changes should be applied to the build.cfg file and not the source code. I've updated the example .cfg files to make this more obvious.