jul...@sobrier.net
unread,Apr 14, 2012, 4:17:16 PM4/14/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hello,
I'm trying to compile Fennec 10.0.2 on CentOS 5 x64. I get this error:
/usr/bin/ld: ../../media/libjpeg/simd/jsimd_x86_64.o: relocation R_X86_64_PC32 against `jconst_rgb_ycc_convert_sse2' can not be used when making a shared object; recompile with -fPIC
Here is my mozconfig file:
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../objdir
ac_add_options --enable-application=mobile
mk_add_options AUTOCONF=autoconf2.13
ac_add_options --disable-accessibility
ac_add_options --disable-necko-wifi
ac_add_options --disable-gnomevfs
ac_add_options --disable-printing
ac_add_options --disable-ogg
ac_add_options --disable-webm
ac_add_options --disable-wave
ac_add_options --disable-angle
ac_add_options --disable-crashreporter
ac_add_options --disable-updater
ac_add_options --disable-tests
ac_add_options --disable-warnings-as-errors
Any idea how to fix this?
Thank you
Julien Sobrier