try to install Tango+D2 but compile with error symbol undefined (Window)
JJDuck via Digitalmars-d
digitalmars-d at puremagic.com
Wed May 21 09:25:38 PDT 2014
> 3. $(DMD) Main.d -debug -L+C:\Tango-D2-d2port\libtango-dmd <--
> it doesn't matter if I put \libtango-dmd or \libtango-dmd.lib
correction. Even though it works without the .lib in my case, but
it is highyly recommended to put the .lib if there are other lib
file in the same directory.
In my case, there is only one lib file in the folder so it works.
It will NOT work if there are other lib files in the same folder.
More information about the Digitalmars-d
mailing list