Discussion:
Why doesn't install-strip strip shared libraries sometimes
Yuri
2018-01-24 16:50:18 UTC
Permalink
I came across one project in which install-strip doesn't strip the
shared library: liblink-grammar.so in
https://github.com/opencog/link-grammar

As an opposite example, showing the normal behavior, install-strip
strips libexpat.so in
https://github.com/libexpat/libexpat/tree/master/expat.


What might prevent install-strip from stripping liblink-grammar.so?


Thanks,

Yuri
Mathieu Lirzin
2018-01-27 02:05:27 UTC
Permalink
Post by Yuri
I came across one project in which install-strip doesn't strip the
shared library: liblink-grammar.so in
https://github.com/opencog/link-grammar
As an opposite example, showing the normal behavior, install-strip
strips libexpat.so in
https://github.com/libexpat/libexpat/tree/master/expat.
What might prevent install-strip from stripping liblink-grammar.so?
I have looked at the issue you have on the link-grammar bug-tracker [1]. I
would need more information to diagnose the problem. Could you provide the
“config.log” and the output of ‘make install-strip V=1’ for both projects?

[1] https://github.com/opencog/link-grammar/issues/645
--
Mathieu Lirzin
GPG: F2A3 8D7E EB2B 6640 5761 070D 0ADE E100 9460 4D37
Loading...