ChinaUnix.net
相关文章推荐:

glibc 28 编译

编译安装glibc 下载glibc wget 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u3/93926/showart_1874526.html

by sjhf - Linux文档专区 - 2009-03-23 11:25:23 阅读(638) 回复(0)

相关讨论

我的redhat版本比较低,在浏览网页的时候没有安装flash插件,我下载了插件,可是安装的时候提示我,glibc版本必须在2.4以上,我郁闷! 后来我有找了glibc download下来,tar.gz压缩格式的,可是我不会安装啊,好像这是要给我的系统升级?对吧 有人说有rpm版本的,但是我没有在chinaunix上看到有rpm版本的 请教如何安装glibc的tar.gz。格式的! 先谢谢各位大师们了!

by leechow - Linux系统管理 - 2008-12-31 14:09:19 阅读(4093) 回复(4)

2.7-compile/assert/assert.os assert.c: In function '__assert_fail': assert.c:54: error: '__libc_pthread_functions_init' undeclared (first use in this function) assert.c:54: error: (Each undeclared identifier is reported only once assert.c:54: error: for each function it appears in.) assert.c:54: warning: implicit declaration of function 'PTHFCT_CALL' assert.c:54: error: 'ptr_pthread_setcancelstate...

by unixorg - Linux系统管理 - 2008-12-03 10:13:50 阅读(1096) 回复(2)

Fixes initgroups.c: In function `internal_getgrouplist': initgroups.c:179: error: parse error before "__FUNCTION__" CVSROOT: /cvs/glibc Module name: libc Changes by: roland@sources.redhat.com 2001-12-16 21:52:12 Modified files: nss : nsswitch.c grp : initgroups.c Log message: 2001-12-16 Roland McGrath * nss/nsswitch.c (__nss_next): Don't use __FUNCTION__ as literal...

by loughsky - Linux文档专区 - 2007-03-01 17:54:17 阅读(753) 回复(0)

RE: parse error before "__thread" compiling glibc-2.2.5 with gcc-3.3 Sigh. I tried building glibc-2.2.5 with gcc-3.3 for sh4, but > it failed with error > sh4-linux/include/pthread.h:163: error: parse error before > "__thread". This is a known issue; Andreas Schwab suse dot de> wrote in > http://gcc.gnu.org/ml/gcc-help/2003-03/msg00167.html > that it is fixed in the latest glibc. Heres wh...

by loughsky - Linux文档专区 - 2007-03-01 15:42:01 阅读(905) 回复(0)

小弟现在x86上想生成一个target为mips架构的交叉编译工具链,在编译glibc时出错,log中的信息是 *************************************************** /home/work/rain/i386-mipsel/build-tools/build-glibc/elf/ld.so.1: undefined reference to `elf_machine_rela' collect2: ld returned 1 exit status make[2]: *** [/home/work/rain/i386-mipsel/build-tools/build-glibc/iconv/iconvconfig] Error 1 make[2]: Leaving dire...

by dragonII - 内核/嵌入技术 - 2006-02-13 16:44:30 阅读(891) 回复(0)

小弟现在x86上想生成一个target为mips架构的交叉编译工具链,在编译glibc时出错,log中的信息是 *************************************************** /home/work/rain/i386-mipsel/build-tools/build-glibc/elf/ld.so.1: undefined reference to `elf_machine_rela' collect2: ld returned 1 exit status make[2]: *** [/home/work/rain/i386-mipsel/build-tools/build-glibc/iconv/iconvconfig] Error 1 make[2]: Leaving dire...

by dragonII - 内核源码 - 2006-02-13 16:44:30 阅读(1305) 回复(0)

我想要在lfs平台上安装sybase数据库,资料说需要glibc针对i686进行优化。 我的glibc的configure参数如下: ../glibc-2.3.4-20040701/configure --prefix=/usr \ --disable-profile --enable-add-ons=nptl --with-tls \ --with-__thread --enable-kernel=2.6.0 --without-cvs \ --libexecdir=/usr/lib/glibc \ --with-headers=/tools/glibc-kernheaders 根据lfs的faq,修改glibc源代码目录下的Makeconfig文件,修改...

by zysno1 - 内核/嵌入技术 - 2005-03-31 01:41:30 阅读(645) 回复(1)

我想要在lfs平台上安装sybase数据库,资料说需要glibc针对i686进行优化。 我的glibc的configure参数如下: ../glibc-2.3.4-20040701/configure --prefix=/usr \ --disable-profile --enable-add-ons=nptl --with-tls \ --with-__thread --enable-kernel=2.6.0 --without-cvs \ --libexecdir=/usr/lib/glibc \ --with-headers=/tools/glibc-kernheaders 根据lfs的faq,修改glibc源代码目录下的Makeconfig文件,修改...

by zysno1 - 内核源码 - 2005-03-31 01:41:30 阅读(1383) 回复(1)

交叉编译gligc出错:configure: running configure fragment for add-on linuxthreads,配置脚本如下: 用的是下列源码包(未列举完全): glibc-2.8.tar.gz glibc-ports-2.8.tar.gz binutils-2.19.tar.gz gcc-4.3.3.tar.bz2 glibc-linuxthreads-2.3.2.tar.gz

by pisen-奇迹 - 内核源码 - 2014-03-19 09:10:04 阅读(736) 回复(3)

查到是这个原因,问题是我该改哪个文件中的哪些东西? When building on Ubuntu: In file included from ../sysdeps/unix/sysv/linux/syslog.c:10: ../misc/syslog.c: In function '__vsyslog_chk': ../misc/syslog.c:123: sorry, unimplemented: inlining failed in call to 'syslog': function body not available ../misc/syslog.c:155: sorry, unimplemented: called from here Need to add -U_FORTIFY_SOURCE to the gcc in...

by justlooks - C/C++ - 2011-10-09 11:31:54 阅读(9580) 回复(8)