user204884
user204884

Reputation: 1795

Errors while installing IO (language)

I am trying to install IO on a macbook pro but am stuck at the following:

Linking CXX shared library _build/dll/libIoObjcBridge.dylib ld:
library not found for -lIoSocket collect2: ld returned 1 exit status
make[2]: * [addons/ObjcBridge/_build/dll/libIoObjcBridge.dylib]
Error 1 make[1]: *

[addons/ObjcBridge/CMakeFiles/IoObjcBridge.dir/all] Error 2

Any suggestions?

Upvotes: 4

Views: 215

Answers (1)

Adrian
Adrian

Reputation: 15171

Install libevent. I did it with Homebrew.

Upvotes: 2

Related Questions