Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Ticket #27 (closed defect: fixed)

Opened 18 years ago

Last modified 18 years ago

gcc not being called with the correct command line

Reported by: JJR Assigned to: Derek
Priority: Must be next Component: core
Version: 3.02 Severity: blocker
Keywords: Cc:

Description

When using 'gcc' as the linker tool, Build is using a comma to delimit file names but it should be a space.

Change History

06/23/06 07:29:54 changed by Derek Parnell

  • status changed from new to closed.
  • version changed from 3.01 to 3.02.
  • resolution set to fixed.

A space character is now the default for 'gcc' but this is a configurable item now too.