The problem is that the /etc/ldc.conf file only has some of the tango
libraries. The switches are:
switches = [
"-I/usr/include/d",
"-L-L/usr/lib/d",
"-d-version=Tango",
"-defaultlib=tango-base-ldc",
"-debuglib=tango-base-ldc"
];
But they should be:
switches = [
"-I/usr/include/d",
"-I/usr/include/d/ldc",
"-L-L/usr/lib/d",
"-L-ltango-user-ldc",
"-d-version=Tango",
"-defaultlib=tango-base-ldc",
"-debuglib=tango-base-ldc"
];
--
ldc.conf is missing some tango libraries
https://bugs.launchpad.net/bugs/558810
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs