Ticket #151 (assigned defect)

Opened 1 year ago

Last modified 9 months ago

Duplication of .o files for redundantly included sources

Reported by: Anonymous Assigned to: Gregor (accepted)
Priority: minor Milestone:
Component: DSSS Version:
Keywords: Cc:

Description

In tango, there is an issue in stdc/posix and stdc, some code will use/import files from stdc, some code has a version(Posix) block that will import files from stdc/posix. This results in rebuild deciding to include two identically named .d files, which contain identical symbols. The resulting link line included redundantly named object files and their symbols. This causes a failure to link. This makes me sad.

Change History

11/30/07 23:43:50 changed by Gregor

  • priority changed from major to minor.
  • status changed from new to assigned.

Sounds to me like a problem with Tango. I haven't seen this problem. Can you provide a test case?