谢谢mic大侠!!!
俺的交叉编译器的版本换成3.4.1之后出现如下问题,望大侠指点:
make[2]: Entering directory `/mnt/hd2/shanggmj/dev_home/src/fontconfig-2.3.95/src'
if /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/mnt/hd2/shanggmj/dev_home/rootfs/usr/include/freetype2 -I/mnt/hd2/shanggmj/dev_home/rootfs/usr/include /mnt/hd2/shanggmj/dev_home/rootfs/usr/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFONTCONFIG_PATH='"/mnt/hd2/shanggmj/dev_home/rootfs/usr/etc/fonts"' -DPKGCACHEDIR='"/mnt/hd2/shanggmj/dev_home/rootfs/usr/var/cache/fontconfig"' -g -O2 -MT fcatomic.lo -MD -MP -MF ".deps/fcatomic.Tpo" -c -o fcatomic.lo fcatomic.c; \
then mv -f ".deps/fcatomic.Tpo" ".deps/fcatomic.Plo"; else rm -f ".deps/fcatomic.Tpo"; exit 1; fi
mkdir .libs
arm-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/mnt/hd2/shanggmj/dev_home/rootfs/usr/include/freetype2 -I/mnt/hd2/shanggmj/dev_home/rootfs/usr/include /mnt/hd2/shanggmj/dev_home/rootfs/usr/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFONTCONFIG_PATH=\"/mnt/hd2/shanggmj/dev_home/rootfs/usr/etc/fonts\" -DPKGCACHEDIR=\"/mnt/hd2/shanggmj/dev_home/rootfs/usr/var/cache/fontconfig\" -g -O2 -MT fcatomic.lo -MD -MP -MF .deps/fcatomic.Tpo -c fcatomic.c -fPIC -DPIC -o .libs/fcatomic.o
arm-linux-gcc: /mnt/hd2/shanggmj/dev_home/rootfs/usr/include: linker input file unused because linking not done
cc1: /mnt/hd2/shanggmj/dev_home/rootfs/usr/include: No such file or directory
cc1: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:
http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [fcatomic.lo] Error 1
make[2]: Leaving directory `/mnt/hd2/shanggmj/dev_home/src/fontconfig-2.3.95/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/hd2/shanggmj/dev_home/src/fontconfig-2.3.95'
make: *** [all] Error 2