tkd - basic compilation problem

via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Jun 30 09:06:39 PDT 2015


On Tuesday, 30 June 2015 at 15:25:27 UTC, Alex Parrill wrote:
> On Tuesday, 30 June 2015 at 14:28:49 UTC, Paul wrote:
>> Using dub I get this during linking:
>>
>> Building tkd-test ~master configuration "application", build 
>> type debug.
>> Compiling using dmd...
>> Linking...
>> /usr/bin/ld: cannot find -ltcl
>> /usr/bin/ld: cannot find -ltk
>>
>> ...any suggestions please?
>
> You need to install the libraries. Ex `sudo apt-get install 
> libtcl8.5 libtk8.5`

Or the corresponding -dev packages.


More information about the Digitalmars-d-learn mailing list