tkd - basic compilation problem
Alex Parrill via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Tue Jun 30 08:25:26 PDT 2015
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`
More information about the Digitalmars-d-learn
mailing list