On Linux if I do file foo
, and assuming foo is a binary or shared library, the output will show me if the binary is stripped of symbols. When I try the same on Mac OSX, all I get "Mach-0 executable ppc". Is there another command I can use to check if files are stripped?
Asked
Active
Viewed 2,565 times
11

theactiveactor
- 7,314
- 15
- 52
- 60
-
The answers to this recent question might help: http://stackoverflow.com/questions/1999654/how-can-i-tell-if-a-library-was-compiled-with-g – dmckee --- ex-moderator kitten Jan 05 '10 at 22:13