Installing ldc breaks gdc

Eduard Staniloiu via Digitalmars-d digitalmars-d at puremagic.com
Tue Dec 13 07:48:10 PST 2016


On Friday, 9 December 2016 at 17:53:30 UTC, Matthias Klumpp wrote:
> Hi!
>
> This issue should be fixed since LDC 1:1.1.0-2, which Xenial 
> doesn't have.
> Ideally, fetch a newer version from Debian or a PPA to solve 
> this issue.
>
> Cheers,
>     Matthias

Hi!

Thank you for your answer.

For future readers, this indeed has solved the problem.

Just add the ppa:
   sudo add-apt-repository ppa:d-language-packagers/ppa

And install the new version:
   sudo apt-get update; sudo apt-get install ldc

Cheers,
Eduard



More information about the Digitalmars-d mailing list