On processors for D ~ decoupling

Sean Kelly sean at f4.ca
Fri Apr 7 12:24:18 PDT 2006


Sean Kelly wrote:
> I am somewhat surprised to see printf in there, though--I must 
> have missed a "debug" prefix somewhere.

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.


Sean



More information about the Digitalmars-d-announce mailing list