digitalmars.D - Symbol Undefined:_D3dfl3all12__ModuleInfoZ on dmd1.041
- tinyhell <tinyhell gmail.com> Mar 06 2009
- Walter Bright <newshound1 digitalmars.com> Mar 06 2009
- tinyhell <tinyhell gmail.com> Mar 06 2009
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
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
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.
Mar 06 2009








tinyhell <tinyhell gmail.com>