http://log4c.sourceforge.net/
编译方法:
#./configure --prefix=/home/abc/a --host=arm-linux --without-expat
#make
#make install
我们程序要用到的是lib中的动态链接库和include中的文件.
在该目录下打开终端,输入如下开始编译
gcc -g -Wall -O0 helloworld.c -o helloworld -L/home/abc/a/lib -llog4c -I/home/abc/a/include