Created
June 17, 2013 16:40
-
-
Save pnkfelix/5798282 to your computer and use it in GitHub Desktop.
OS X, custom-installed nspr (in ~/opt/nspr/...) and brew-installed nspr (in /usr/local/...) error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % LD_LIBRARY_PATH=~/opt/nspr/lib /Users/pnkfelix/Dev/Mozilla/iontrail-tests/objdir-dbg-js/js -f /Users/pnkfelix/Dev/Mozilla/iontrail-tests/js/src/jit-test/lib/prolog.js -e "const platform='darwin'; const libdir='/Users/pnkfelix/Dev/Mozilla/iontrail-tests/js/src/jit-test/lib/'; const scriptdir='/Users/pnkfelix/Dev/Mozilla/iontrail-tests/js/src/jit-test/tests/parallelarray/'" -f /Users/pnkfelix/Dev/Mozilla/iontrail-tests/js/src/jit-test/tests/parallelarray/alloc-array.js | |
| dyld: Library not loaded: @executable_path/libplds4.dylib | |
| Referenced from: /Users/pnkfelix/Dev/Mozilla/iontrail-tests/objdir-dbg-js/js | |
| Reason: no suitable image found. Did find: | |
| /usr/local/lib/libplds4.dylib: mach-o, but wrong architecture | |
| Trace/BPT trap: 5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment