Unable to compile gps: depcomp not found!
Howdy,
Trying to compile release-1.005 as downloaded from sourceforge.
When I do this,
makefile -f Makefile.cvs
I get this:
[josh@dhcppc1 release-1.005]$ make -f Makefile.cvs
aclocal
autoheader
automake
src/Makefile.am: required file `./depcomp' not found
make: *** [all] Error 1
This is CentOS 5.1. Any ideas?
Thanks,
-J
Forums:
- Log in to post comments
Re: Unable to compile gps: depcomp not found!
Hi
could you try the subversion version?
svn co https://greylist.svn.sourceforge.net/svnroot/greylist/trunk greylist
mm
second try:
https://greylist.svn.sourceforge.net/svnroot/greylist/trunk greylist
Re: Unable to compile gps: depcomp not found!
just do
automake -a
and than
make -f Makefile.cvs
bye