Artur Mazurek created COUCHDB-2699:
--------------------------------------
Summary: Mac OS - build problem, can't find libmozjs185
Key: COUCHDB-2699
URL: https://issues.apache.org/jira/browse/COUCHDB-2699
Project: CouchDB
Issue Type: Bug
Security Level: public (Regular issues)
Reporter: Artur Mazurek
Encountered the following linking problem when building couchdb on Yosemite:
{noformat}
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ERROR: sh(cc priv/couch_js/http.o priv/couch_js/main.o priv/couch_js/utf8.o
priv/couch_js/util.o -lmozjs185
-L"/usr/local/lib/erlang/lib/erl_interface-3.7.19/lib" -lerl_interface -lei -o
priv/couchjs)
failed with return code 1 and the following output:
ld: library not found for -lmozjs185
clang: error: linker command failed with exit code 1 (use -v to see invocation)
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)