Old Bug

Andrew Haley aph at redhat.com
Fri Aug 3 03:02:08 PDT 2012


On 08/03/2012 10:33 AM, Jiri Vanek wrote:
>> > OK, this must be fixed, or we're just storing up trouble for the
>> > future.  It's easy to do.
>> >
> hmhmh. You know I'm C-lame, are you suggesting removing -g from compile command (as is present now) 
> or run strip --strip-debug  IcedTeaPlugin.so  ?
> 
> If yes, i will prepare patch with switch  include-debug=yes|no asap

This is nothing to do with debuginfo.  It's to do with exported symbols.

nm -D /usr/lib64/IcedTeaPlugin.so

IcedTeaPlugin.so should only export the necessary symbols.

Andrew.




More information about the distro-pkg-dev mailing list