digitalmars.D - Compile-time errors using Dub/DMD - missing dependencies
- Cassandra Nix (6/6) Apr 01 2015 New questions are sorry, but I have a few minor problems. Where
- weaselcat (9/15) Apr 01 2015 They're unhandled C dependencies, but very common ones so I'm
- Cassandra Nix (1/1) Apr 01 2015 Thanks to the correct
- 017hnoor (2/4) Apr 02 2015
New questions are sorry, but I have a few minor problems. Where can I find / install these dependencies? /usr/bin/ld: cannot find -levent /usr/bin/ld: cannot find -levent_pthreads /usr/bin/ld: cannot find -lssl /usr/bin/ld: cannot find -lcrypto
Apr 01 2015
On Thursday, 2 April 2015 at 01:32:43 UTC, Cassandra Nix wrote:New questions are sorry, but I have a few minor problems. Where can I find / install these dependencies? /usr/bin/ld: cannot find -levent /usr/bin/ld: cannot find -levent_pthreads /usr/bin/ld: cannot find -lssl /usr/bin/ld: cannot find -lcryptoThey're unhandled C dependencies, but very common ones so I'm surprised you don't have them(at least, the last two.) If you're on linux, event and event_pthreads would be in the libevent package for your distro - on debian/ubuntu it's libevent-dev ssl and crypto would be in libssl-dev If you're not on a debian-based distro just search your package manager for similar packages.
Apr 01 2015
On Thursday, 2 April 2015 at 01:50:56 UTC, Cassandra Nix wrote:Thanks to the correctWe sould track down the old links and redirect to the newdocumentation pages.
Apr 02 2015