On Mon, Nov 7, 2011 at 1:05 PM, Dmitry Chichkov <[email protected]> wrote:
> I've tried building avbin (for linux/x64) from your custom repository and > it fails with: > ---- > gcc -c -DAVBIN_VERSION=8 -DFFMPEG_REVISION=15943 -fPIC > -fno-stack-protector -O3 -m64 -I include -I ffmpeg -o build/avbin.o > src/avbin.c > 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 > -no-whole-archive > ld: ffmpeg/libavcodec/libavcodec.a(fft_mmx.o): relocation R_X86_64_PC32 > against symbol `ff_cos_16' can not be used when making a shared object; > recompile with -fPIC > ld: final link failed: Bad value > Which version of which distro were you using? ~ 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.
