编译 firefox3.0rc1 失败告终
编译时出现libpng缺失apng的支持,升级libpng并打上了apng补丁,其后配置正常了,但make时出现以下错误
怀疑是否是自带gcc版本过低的问题?(现在不少东西要用gcc4编译了)
jemalloc.o:在函数‘choose_arena_hard’中:
jemalloc.c:(.text+0x34e2):对‘___tls_get_addr’未定义的引用
jemalloc.c:(.text+0x3541):对‘___tls_get_addr’未定义的引用
jemalloc.o:在函数‘.L1362’中:
jemalloc.c:(.text+0x3d95):对‘___tls_get_addr’未定义的引用
jemalloc.o:在函数‘malloc’中:
jemalloc.c:(.text+0x40e7):对‘___tls_get_addr’未定义的引用
jemalloc.o:在函数‘memalign’中:
jemalloc.c:(.text+0x44ae):对‘___tls_get_addr’未定义的引用
jemalloc.o:jemalloc.c:(.text+0x45d6): more undefined references to `___tls_get_addr' follow
collect2: ld returned 1 exit status
gmake[3]: *** [libjemalloc.so] 错误 1
gmake[3]: Leaving directory `/home/mozilla/memory/jemalloc'
gmake[2]: *** [libs_tier_base] 错误 2
gmake[2]: Leaving directory `/home/mozilla'
gmake[1]: *** [tier_base] 错误 2
gmake[1]: Leaving directory `/home/mozilla'
make: *** [default] 错误 2