www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Symbol Undefined:_D3dfl3all12__ModuleInfoZ on dmd1.041

reply tinyhell <tinyhell gmail.com> writes:
When I try compile the dfl test program on dmd1.041,It showed Symbol Undefined
_D3dfl3all12__ModuleInfoZ error,while I do exactly the same on dmd1.040,It is
OK. What is wrong?
Mar 06 2009
parent reply Walter Bright <newshound1 digitalmars.com> writes:
tinyhell wrote:
 When I try compile the dfl test program on dmd1.041,It showed Symbol
 Undefined _D3dfl3all12__ModuleInfoZ error,while I do exactly the same
 on dmd1.040,It is OK. What is wrong?
Add dfl\all.obj to your link command line.
Mar 06 2009
parent tinyhell <tinyhell gmail.com> writes:
Walter Bright Wrote:

 tinyhell wrote:
 When I try compile the dfl test program on dmd1.041,It showed Symbol
 Undefined _D3dfl3all12__ModuleInfoZ error,while I do exactly the same
 on dmd1.040,It is OK. What is wrong?
Add dfl\all.obj to your link command line.
Thank you for help.It is working now.
Mar 06 2009