phpize 编译文件出现libtool: eval: line 6444: unexpected EOF while looking for matching `
checking whether -lc should be explicitly linked in… no
checking dynamic linker characteristics… GNU/Linux ld.so
checking how to hardcode library paths into programs… immediate
checking whether stripping libraries is possible… yes
checking if libtool supports shared libraries… yes
checking whether to build shared libraries… yes
checking whether to build static libraries… no
configure: creating ./config.status
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing libtool commands
root@IPad:/home/yang/xhprof-0.9.2/extension# make
/bin/bash /home/yang/xhprof-0.9.2/extension/libtool –mode=link cc -DPHP_ATOM_INC -I/home/yang/xhprof-0.9.2/extension/include -I/home/yang/xhprof-0.9.2/extension/main -I/home/yang/xhprof-0.9.2/extension -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -o xhprof.la -export-dynamic -avoid-version -prefer-pic -module -rpath /home/yang/xhprof-0.9.2/extension/modules xhprof.lo
/home/yang/xhprof-0.9.2/extension/libtool: eval: line 6444: unexpected EOF while looking for matching `''
/home/yang/xhprof-0.9.2/extension/libtool: eval: line 6445: syntax error: unexpected end of file
Makefile:185: recipe for target 'xhprof.la' failed
make: *** [xhprof.la] Error 2
root@IPad:/home/yang/xhprof-0.9.2/extension#