Chinaunix首页 | 论坛 | 博客
  • 博客访问: 834164
  • 博文数量: 244
  • 博客积分: 10000
  • 博客等级: 上将
  • 技术积分: 2420
  • 用 户 组: 普通用户
  • 注册时间: 2007-09-29 09:07
文章分类

全部博文(244)

文章存档

2011年(4)

2010年(3)

2009年(72)

2008年(119)

2007年(46)

我的朋友

分类: LINUX

2008-01-31 11:57:17


构建/opt/cross/tools
主要使用lfs 6.2 中推荐的软件版本

Coreutils使用5.97版本 5.96有tee冲突的问题/usr/include/bits/fcntl.h:233: error: previous declaration of 'tee' was here



Perl-5.8.8 在Makefile文件中添加CLDFLAGS=-lm


--------------------
libxslt
checking for libgcrypt-config
因为存在
/usr/bin/libgcrypt-config
所以认为 HAVE_GCRYPT=1
那么声称的/libxslt-1.1.17/config.h 文件中有
/* Define if gcrypt library is available. */
#define HAVE_GCRYPT 1
所以在编译/libxslt-1.1.17/libexslt/crypto.c
#if defined(HAVE_GCRYPT)
...
#include
...
#endif
找不到libxml2
是因为libxslt的configue文件中找不到 xml2-config 所以PATH 一定要包含
xml2-config的路径,同时设置   PKG_CONFIG_PATH PKG_CONFIG

tslib
ts_test.o(.text+0x218): In function `main':
: undefined reference to `rpl_malloc'
在tslib目录下
echo "ac_cv_func_malloc_0_nonnull=yes" >$ARCH -linux.cache
configure --prefix=$PREFIX --host=$ARCH-linux --cache-file=$ARCH-linux.cache




freetype
2.3.3 有问题,freetype-2.1.10 which can be built
without apinames.
http://hi.baidu.com/littertiger/blog/item/ebfb7736fe0c7bdca2cc2bf3.html

阅读(884) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~