Anyone know how to resolve linker errors that occur on linux-x86-64
but not on darwin-x86-64?

[snip]
ld -shared -soname libavbin.so.8 -o dist/linux-x86-64/libavbin.so.8
build/avbin.o -whole-archive ffmpeg/libavformat/libavformat.a
ffmpeg/libavcodec/libavcodec.a ffmpeg/libavutil/libavutil.a
ffmpeg/libavcore/libavcore.a ffmpeg/libswscale/libswscale.a
-no-whole-archive -R /usr/local/lib -R .
ffmpeg/libavutil/libavutil.a(inverse.o):(.rodata+0x0): multiple
definition of `ff_inverse'
ffmpeg/libavcodec/libavcodec.a(inverse.o):(.rodata+0x0): first defined here
ld: dist/linux-x86-64/libavbin.so.8: version node not found for symbol
av_dup_packet@LIBAVFORMAT_52
ld: failed to set dynamic section sizes: Bad value
make: *** [dist/linux-x86-64/libavbin.so.8] Error 1

~ Nathan

-- 
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyglet-users?hl=en.

Reply via email to