-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't compile emonk with brew installed spidermonkey 1.8.5_1 on Mac 10.11.4 #10
Comments
What did brew name its shared library? You also might have to run 'brew link spidermonkey'.
|
brew link spidermonkey brew info spidermonkey |
my local Erlang info: |
Can you look in /usr/local/lib/ for libmoz* and libjs* to see what is in there? Given that brew says its already linked its likely just a name change. |
Thanks for your reply, davisp.
Looks like there they are, so what should I do? |
brew install spidermonkey
cd emonk
make
./rebar compile
==> emonk (compile)
ld: library not found for -lmozjs
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ERROR: $CC c_src/main.o c_src/queue.o c_src/to_erl.o c_src/to_js.o c_src/util.o c_src/vm.o $LDFLAGS $DRV_LDFLAGS -o priv/emonk.so failed with error: 1
make: *** [all] Error 1
The text was updated successfully, but these errors were encountered: