On Sat, Nov 26, 2011 at 6:30 PM, Nathan <[email protected]> wrote: > I've got an updated version of ffmpeg merged in, but so far > linux-x86-64 is giving me fits. I've figured out everything except > the final linking error: > > 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 . > 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 > > I'm asking about it on one of the FFmpeg mailing lists. I can't > figure out this weird "version node" stuff. > > ~ Nathan
Solved! http://forums.devshed.com/c-programming-42/linking-error-version-node-not-found-for-symbol-av-dup-867987.html ~ 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.
