I'm trying to install PHP-GTK v1.0.1 in my RH 9.0 server and I'm
getting blocked by a syntax error when I run the "configure"
script.
Here are the steps that I've done and the output of the
configure script:
cd php-gtk-1.0.1
./buildconf
#./configure
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking whether gcc and cc understand -c and -o together... yes
checking for PHP prefix... /usr
checking for PHP includes... -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/Zend -I/usr/include/php/TSRM
checking for PHP extension directory... /usr/lib/php4
checking for PHP-GTK support... yes, shared
./configure: line 2674: syntax error near unexpected token ('
./configure: line 2674: ext_builddir=PHP_EXT_BUILDDIR(gtk+)'
Any idea how I can get around this issue? I've looked at
the script and I don't see what the problem might be.
Thanks in advance for any help.