www.digitalmars.com         C & C++   DMDScript  

D - Duplicated assert symbol

I have two modules with the same name (in diferent directories):

src/mymod.d
src/win32/mymod.d

When compiled with debugging turned on and trying to build a library with
lib.exe appears a duplicated symbol like:

assert6win326mymod6

I have other modules arranged like this and the error only appears with the most
complicated module (One with static constructor).

Can someone tell me when this symbol is added by the compiler?

Thanks
Mar 01 2004