On processors for D ~ decoupling

Walter Bright newshound at digitalmars.com
Fri Apr 7 12:50:26 PDT 2006


Sean Kelly wrote:
> Quick follow-up.  All printf calls in the DMD runtime are either 
> commented out or are prefixed by a debug qualifier.  And the library was 
> built without -debug set.  Any ideas why it would be listed as a 
> dependency?  A grep of dmdrt.lib listed this:
> 
> ._fprintf
> ._printf
> ._fprintf
> ._sprintf
> 
> so perhaps calling fprintf creates the other dependencies as well?  I'll 
> give the map a look and see if it ofers any clues.

You can see which module(s) is referencing them by using grep across the 
.obj files.



More information about the Digitalmars-d-announce mailing list