[
https://issues.apache.org/jira/browse/COUCHDB-2699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14569621#comment-14569621
]
ASF subversion and git services commented on COUCHDB-2699:
----------------------------------------------------------
Commit bd00fa9ab7e6554b1d579b0ff9d24ed1ff62eda3 in couchdb-couch's branch
refs/heads/2080-port-cors-to-chttpd from [~fszczemton]
[ https://git-wip-us.apache.org/repos/asf?p=couchdb-couch.git;h=bd00fa9 ]
Fixing a build for Mac OS 10.10 - missing
mozjs185.
Added /usr/local/lib to linker search path because
couchdb suggests using homebrew to install dependancies and that's
where they are put by default.
COUCHDB-2699
> 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
> Priority: Trivial
> Attachments: couchdb-2699.diff
>
>
> 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)