Reference: http://xdebug.org/docs/install#debugclient
Following the "Debugclient Installation" directions, make fails to find ./depcomp
$ cd debugclient
$ ./configure --with-libedit
$ make
make all-am
make[1]: Entering directory `/home/jeff/Downloads/xdebug-2.0.2/debugclient'
source='main.c' object='main.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ./depcomp \
gcc -DHAVE_CONFIG_H -I. -g -O2 -c main.c
/bin/bash: ./depcomp: No such file or directory
make[1]: *** [main.o] Error 127
make[1]: Leaving directory `/home/jeff/Downloads/xdebug-2.0.2/debugclient'
make: *** [all] Error 2
Any clues what this means?
Thanks
-- Jeff in Seattle
Received on Thu Nov 15 2007 - 08:09:27 GMT
This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST