Changes between Initial Version and Version 1 of Ticket #3394, comment 29
- Timestamp:
- Feb 19, 2014, 6:20:59 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3394, comment 29
initial v1 2 2 So the term static on MacOSX means that nothing else is required to run this executable. 3 3 So this is as close as you can get on MacOSX. 4 But 'all-dependen d-libraries-to-run-on-MacOSX-are-included' binary is a tongue twister and that's why people adapted the term static for binaries that only show system libs in the otool output.4 But 'all-dependent-libraries-to-run-on-MacOSX-are-included' binary is a tongue twister and that's why people adapted the term static for binaries that only show system libs in the otool output. 5 5 6 6 So my binary has all the libs included in the binary to run it on all MacOSX version > 10.6.8. (e.g. libbluray, libopus, and about 20 more).


