how to fix strip failure "because it is named in a relocation"

708 Views Asked by At

I am building a static library and I am trying to strip all of the non-public routines but I get this error:

strip: not stripping symbol `g722_state_update' because it is named in a relocation

How can I resolve this?

When I build and strip the shared version of my library I do not get this error.

0

There are 0 best solutions below