digitalmars.D - vibe.d error on OS X 10.6
- Chris (4/4) Jan 10 2013 Got the following error when running vibe after installing:
- Chris (3/7) Jan 10 2013 DMD 2.061
- jerro (2/6) Jan 10 2013 It sounds like you need to install libevent.
- Jacob Carlborg (5/6) Jan 10 2013 $ sudo port install libevent
Got the following error when running vibe after installing: ld: library not found for -levent_pthreads collect2: ld returned 1 exit status --- errorlevel 1
Jan 10 2013
On Thursday, 10 January 2013 at 22:50:02 UTC, Chris wrote:Got the following error when running vibe after installing: ld: library not found for -levent_pthreads collect2: ld returned 1 exit status --- errorlevel 1DMD 2.061 vibe.d 0.7.11 beta
Jan 10 2013
On Thursday, 10 January 2013 at 22:50:02 UTC, Chris wrote:Got the following error when running vibe after installing: ld: library not found for -levent_pthreads collect2: ld returned 1 exit status --- errorlevel 1It sounds like you need to install libevent.
Jan 10 2013
On 2013-01-11 00:49, jerro wrote:It sounds like you need to install libevent.$ sudo port install libevent If you're using macports. -- /Jacob Carlborg
Jan 10 2013
On Friday, 11 January 2013 at 07:31:45 UTC, Jacob Carlborg wrote:On 2013-01-11 00:49, jerro wrote:Thanks, will try thatIt sounds like you need to install libevent.$ sudo port install libevent If you're using macports.
Jan 11 2013
$ brew install libevent If you are using Homebrew
Mar 07 2014
On Friday, 7 March 2014 at 09:40:04 UTC, Antonio wrote:$ brew install libevent If you are using HomebrewThanks, that worked like a charm!
Apr 21 2017