Displaying 1 result from an estimated 1 matches for "th_comment_query_count".
2017 Apr 23
0
impossible to link against libtheoraenc (missing symbol th_comment_query_count)
I've got a huge problem with libtheora. All is fine if I link only 
against libtheoradec but as soon as I try to link also against 
libtheoraenc everything breaks down:
libtheoraenc.so.1 dlerror: libtheoraenc.so.1: undefined symbol: 
th_comment_query_count.
I've checked with NM to see how the libraries depend on each other:
nm libtheoraenc.so.1  | grep th_comment_query_count
                  U th_comment_query_count
nm libtheoradec.so.1 | grep th_comment_query_count
0000000000010b20 T th_comment_query_count
All fine, so linking order should b...