e88z4
25th December 2008, 03:24
Could someone please help me with this error for how to fix it? I compiled with gcc 4.0.1 and latest Xcode 10.5. I am trying to build a shared library for mplayer.
Thanks in advance.
ld: warning codegen in _x264_predict_16x16_init_mmx (offset 0x0000000E) prevents image from loading in dyld shared cache
ld: warning codegen in _x264_predict_16x16_init_mmx (offset 0x0000001A) prevents image from loading in dyld shared cache
ld: warning codegen in _x264_predict_16x16_init_mmx (offset 0x00000033) prevents image from loading in dyld shared cache
ld: warning codegen in _x264_predict_16x16_init_mmx (offset 0x0000003D) prevents image from loading in dyld shared cache
ld: warning codegen in _x264_predict_16x16_init_mmx (offset 0x00000050) prevents image from loading in dyld shared cache
ld: warning codegen in _x264_predict_16x16_init_mmx (offset 0x00000064) prevents image from loading in dyld shared cache
ld: warning codegen in _x264_predict_8x8c_init_mmx (offset 0x0000000E) prevents image from loading in dyld shared cache
ld: warning codegen in _x264_predict_8x8c_init_mmx (offset 0x0000001B) prevents image from loading in dyld shared cache
ld: warning codegen in _x264_predict_8x8c_init_mmx (offset 0x00000035) prevents image from loading in dyld shared cache
ld: warning codegen in _x264_predict_8x8_init_mmx (offset 0x0000000E) prevents image from loading in dyld shared cache
ld: warning codegen in _x264_predict_8x8_init_mmx (offset 0x0000001F) prevents image from loading in dyld shared cache
ld: warning codegen in _x264_predict_8x8_init_mmx (offset 0x00000027) prevents image from loading in dyld shared cache
ld: warning codegen in _x264_predict_8x8_init_mmx (offset 0x0000002F) prevents image from loading in dyld shared cache
ld: warning codegen in _x264_predict_8x8_init_mmx (offset 0x00000037) prevents image from loading in dyld shared cache
ld: warning codegen in _x264_predict_8x8_init_mmx (offset 0x0000003F) prevents image from loading in dyld shared cache
ld: warning codegen in _x264_predict_8x8_init_mmx (offset 0x00000047) prevents image from loading in dyld shared cache
ld: warning codegen in _x264_predict_8x8_init_mmx (offset 0x00000051) prevents image from loading in dyld shared cache
ld: warning codegen in _x264_predict_8x8_init_mmx (offset 0x00000059) prevents image from loading in dyld shared cache
ld: warning codegen in _x264_predict_8x8_init_mmx (offset 0x00000061) prevents image from loading in dyld shared cache
ld: warning codegen in _x264_predict_4x4_init_mmx (offset 0x00000011) prevents image from loading in dyld shared cache
ld: warning codegen in _x264_predict_4x4_init_mmx (offset 0x00000019) prevents image from loading in dyld shared cache
ld: warning codegen in _x264_predict_4x4_init_mmx (offset 0x00000021) prevents image from loading in dyld shared cache
ld: absolute addressing (perhaps -mdynamic-no-pic) used in _get_ref from common/mc.o not allowed in slidable image
collect2: ld returned 1 exit status
make: *** [libx264.65.dylib] Error 1
Thanks in advance.
ld: warning codegen in _x264_predict_16x16_init_mmx (offset 0x0000000E) prevents image from loading in dyld shared cache
ld: warning codegen in _x264_predict_16x16_init_mmx (offset 0x0000001A) prevents image from loading in dyld shared cache
ld: warning codegen in _x264_predict_16x16_init_mmx (offset 0x00000033) prevents image from loading in dyld shared cache
ld: warning codegen in _x264_predict_16x16_init_mmx (offset 0x0000003D) prevents image from loading in dyld shared cache
ld: warning codegen in _x264_predict_16x16_init_mmx (offset 0x00000050) prevents image from loading in dyld shared cache
ld: warning codegen in _x264_predict_16x16_init_mmx (offset 0x00000064) prevents image from loading in dyld shared cache
ld: warning codegen in _x264_predict_8x8c_init_mmx (offset 0x0000000E) prevents image from loading in dyld shared cache
ld: warning codegen in _x264_predict_8x8c_init_mmx (offset 0x0000001B) prevents image from loading in dyld shared cache
ld: warning codegen in _x264_predict_8x8c_init_mmx (offset 0x00000035) prevents image from loading in dyld shared cache
ld: warning codegen in _x264_predict_8x8_init_mmx (offset 0x0000000E) prevents image from loading in dyld shared cache
ld: warning codegen in _x264_predict_8x8_init_mmx (offset 0x0000001F) prevents image from loading in dyld shared cache
ld: warning codegen in _x264_predict_8x8_init_mmx (offset 0x00000027) prevents image from loading in dyld shared cache
ld: warning codegen in _x264_predict_8x8_init_mmx (offset 0x0000002F) prevents image from loading in dyld shared cache
ld: warning codegen in _x264_predict_8x8_init_mmx (offset 0x00000037) prevents image from loading in dyld shared cache
ld: warning codegen in _x264_predict_8x8_init_mmx (offset 0x0000003F) prevents image from loading in dyld shared cache
ld: warning codegen in _x264_predict_8x8_init_mmx (offset 0x00000047) prevents image from loading in dyld shared cache
ld: warning codegen in _x264_predict_8x8_init_mmx (offset 0x00000051) prevents image from loading in dyld shared cache
ld: warning codegen in _x264_predict_8x8_init_mmx (offset 0x00000059) prevents image from loading in dyld shared cache
ld: warning codegen in _x264_predict_8x8_init_mmx (offset 0x00000061) prevents image from loading in dyld shared cache
ld: warning codegen in _x264_predict_4x4_init_mmx (offset 0x00000011) prevents image from loading in dyld shared cache
ld: warning codegen in _x264_predict_4x4_init_mmx (offset 0x00000019) prevents image from loading in dyld shared cache
ld: warning codegen in _x264_predict_4x4_init_mmx (offset 0x00000021) prevents image from loading in dyld shared cache
ld: absolute addressing (perhaps -mdynamic-no-pic) used in _get_ref from common/mc.o not allowed in slidable image
collect2: ld returned 1 exit status
make: *** [libx264.65.dylib] Error 1