1. 配置:./configure --host=arm-linux --prefix=/usr/local/arm-linux-4.1.1/lib
--host指定arm的交叉编译器的名称,--prefix指定编译好之后安装的路径
2. 编译:make
3. 安装:make install