红联Linux门户
Linux帮助

glibc-2.4 编译firefox 的解决方法

发布时间:2007-02-02 20:08:35来源:红联作者:swallow
发个参考文出来,有碰到这个问题的可以看下。

glibc-2.4 编译 firefox1.5时会提示:
JB_BP 宏未定义,
这是由于glibc-2。4 的 bits/setjmp.h中没有定义这些宏了。
解决的方法: 在/usr/include/bits/setjmp.h中加入下面的内容

引用:
#if defined __USE_MISC || defined _ASM
# define JB_BX 0
# define JB_SI 1
# define JB_DI 2
# define JB_BP 3
# define JB_SP 4
# define JB_PC 5
# define JB_SIZE 24
#endif


我装上了firefox1.5, 在我的X下能正常使用。
文章评论

共有 0 条评论