Changes between Version 107 and Version 108 of ProblemHotlist
- Timestamp:
- Mar 17, 2014, 10:09:19 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProblemHotlist
v107 v108 117 117 118 118 after installing Xcode 5.0.1 or later. 119 120 == install_name_tool or strip reports "malformed object (unknown load command)" == #manformed-object 121 122 An error message like: 123 {{{ 124 install_name_tool: object: libfoo.dylib malformed object (unknown load command 8) 125 }}} 126 or: 127 {{{ 128 strip: object: libbar.dylib malformed object (unknown load command 9) 129 }}} 130 indicates that your `install_name_tool` or `strip` commands (both are part of the Xcode command line tools) are too old to deal with the types of objects produced by the compiler. (The number after "unknown load command" may be different.) This can happen if you have forgotten to [https://guide.macports.org/chunked/installing.xcode.html update the Xcode command line tools] to a version designed for your version of OS X. 131 119 132 120 133 == Incompatible library version: X requires version 8.0.0 or later, but libiconv.2.dylib provides version 7.0.0 == #libiconv-version