Bug 288756 - add '-x' to strip when stripping dynamic libraries on OS X
Summary: add '-x' to strip when stripping dynamic libraries on OS X
Status: RESOLVED REMIND
Alias: None
Product: valgrind
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources macOS
: NOR normal
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-11 19:25 UTC by Sean McGovern
Modified: 2012-08-30 14:22 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sean McGovern 2011-12-11 19:25:20 UTC
Version:           unspecified
OS:                OS X

Attempting to make install-strip on OS X 10.6 produces the following:

strip: symbols referenced by indirect symbol table entries that can't be stripped in: /BUILD/valgrind/lib/valgrind/_inst.76864_
__NSGetEnviron
_abort
_fflush
_fprintf
_getpagesize
_mprotect
_open
_read
_strlen
_strncmp


Reproducible: Always

Steps to Reproduce:
./configure
make
make install-strip


Actual Results:  
strip: symbols referenced by indirect symbol table entries that can't be stripped in: /BUILD/valgrind/lib/valgrind/_inst.76864_
__NSGetEnviron
_abort
_fflush
_fprintf
_getpagesize
_mprotect
_open
_read
_strlen
_strncmp


Expected Results:  
stripped dynamic libraries
Comment 1 Sean McGovern 2012-08-30 14:22:59 UTC
I have not been building valgrind on OS X for some time now -- this can be closed (but left as a reminder).