[x264-devel] Can I post bug here?

Måns Rullgård mans at mansr.com
Wed Apr 1 01:31:48 CEST 2009


Loren Merritt <lorenm at u.washington.edu> writes:

> On Tue, 31 Mar 2009, Lun Xu wrote:
>
>> I found that, if I don't use --enable-debug or --enable-dprof
>> options with ./configure, then LDFLAGS where contain "-s" and the
>> result will contain no symbal even if I add --enable-shared.
>>
>> A .so with no symbal is useless. So I think this may be a bug.
>
> A .o with no symbols is useless too. But `gcc -s` doesn't remove all
> symbols, it only removes those symbols that aren't needed for linking.
> The fact that `nm` fails to find any symbols in a stripped .so is a
> bug in nm. Try with `objdump` instead.

Or nm -D.

-- 
Måns Rullgård
mans at mansr.com


More information about the x264-devel mailing list