tkd - basic compilation problem
Paul via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Wed Jul 1 00:37:45 PDT 2015
On Tuesday, 30 June 2015 at 16:06:41 UTC, Marc Schütz wrote:
> 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.
Hmmm, I have libtcl8.6 and libtk8.6 installed already. The only
dev packages I see are tclcl and tclap - I can't find any libtk
-dev package.
I was hoping to keep a tight rein on what was required to be
installed to simplify deployment but its spiraling out of control
again LOL.
More information about the Digitalmars-d-learn
mailing list