Ticket #11 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

-full with -oq causes files to be compiled as -od, but linked as -oq

Reported by: Deewiant Assigned to: Gregor
Priority: critical Milestone:
Component: DSSS Version:
Keywords: Cc:

Description

Title says it all. Compile a module with -oqdirectory, no problems. Recompile with -oqdirectory -full, and what happens is that the object files are compiled with short names (as though -oddirectory was passed) but the files with fully qualified names are linked in - thus no changes are linked in, even those that would have been detected without -full!

Change History

02/23/07 13:47:52 changed by Gregor

  • owner changed from somebody to Gregor.
  • status changed from new to assigned.

02/23/07 16:42:36 changed by Gregor

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

Fixed in revision 389 .