php出现的编译错误

php出现的编译错误

我机器里本来已经有gd-1.8.4-4
但是我重新编译了gd-2.0.1.tar.gz,
在编译php时候, 出现错误
php_gd.h:69: warning: static declaration for `gdImageColorResolve' follows non-static
gd.c:92: conflicting types for `gdIOCtx'
/usr/include/gd_io.h:18: previous declaration of `gdIOCtx'
make[3]: *** [gd.lo] Error 1
make[3]: Leaving directory `/usr/local/src/php-4.1.0/ext/gd'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/php-4.1.0/ext/gd'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/php-4.1.0/ext'
make: *** [all-recursive] Error 1

请指点迷津!!!!!!!!!!!!!!!!!!!!!      
你编译时带了什么参数呀?
你编译了gd库吗?      

是本来我已经装了gd的库,
结果我又重新装了别的版本的,
出现了一些问题,
已经解决了。。。。。。。。。
谢谢