Error on installation

tomcatf14

Verified User
Joined
Jul 29, 2008
Messages
9
Hi,

I am installing DA on Debian 5 and get this error when doing "./build all d" on custombuild. Is there anything that I have missed? I have installed gcc with aptitude.


Code:
source='pcrecpp.cc' object='pcrecpp.lo' libtool=yes \
        DEPDIR=.deps depmode=none /bin/sh ./depcomp \
        /bin/sh ./libtool --tag=CXX   --mode=compile  -DHAVE_CONFIG_H -I.   -I/usr/kerberos/include   -c -o pcrecpp.lo pcrecpp.cc
libtool: ignoring unknown tag CXX
libtool: unrecognized option `-DHAVE_CONFIG_H'
Try `libtool --help' for more information.
make[1]: *** [pcrecpp.lo] Error 1
make[1]: Leaving directory `/usr/local/directadmin/custombuild/pcre-7.9'
make: *** [all] Error 2
 
Back
Top