高手请进!关于扩展PHP函数的问题!
我在扩展PHP函数的时候碰到了些问题,希望哪个高手来解答解答!!!谢谢!!!
以下是我某次的操作过程,括号里的是我加的注释:
$cd php (PHP源代码的目录)
$cd ext
$./ext_skel --extname=gxlzlu
$cd .. (回到PHP目录下)
$vi ./ext/gxlzlu/config.m4 (这里我仅仅删除了3个dnl)
$./buildconf (no problem)
$./configure (no problem)
$make (Here is the problem)
----------------------------------------------------------------------
错误的提示为:
ln: creating hard link 'libZend.la' to '../libZend': operation not permitted
make[1]: ***[libZend.la] Error 1
make[1]: leaving directory '/mnt/c/php/zend'
make: *** [all-recursive] Error 1
How can I do now?????Please help!!!!!!