strange compiler (linker) error

Lloyd Dupont ld-REMOVE at galador.net
Tue Jun 14 07:23:59 PDT 2011


I have DMD2.053, on Windows.
I just moved my folder around.

I compile with the following command line:
======
dmd -lib -g -unittest -debug -w -wi -X -Xf"Debug\dinstall.json" -of"Debug\dinstall.lib" 
 -deps="Debug\dinstall.dep" -map "Debug\dinstall.map" -L/NOMAP 
@Debug\dinstall.build.rsp
======


I got the following error, what the heck that could mean?
======
Error: multiple definition of format_b8_a15: _D10format.18412__ModuleInfoZ 
and format: _D10format.18412__ModuleInfoZ
Building Debug\dinstall.lib failed!
====== 



More information about the Digitalmars-d-learn mailing list