[x264-devel] Can I post bug here?

Loren Merritt lorenm at u.washington.edu
Tue Mar 31 20:32:48 CEST 2009


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.

--Loren Merritt


More information about the x264-devel mailing list