LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Compile problem - maildrop in CentOS 5.1 x64_86 (https://www.linuxquestions.org/questions/linux-server-73/compile-problem-maildrop-in-centos-5-1-x64_86-a-605163/)

billymayday 12-07-2007 05:26 AM

Compile problem - maildrop in CentOS 5.1 x64_86
 
I'm trying to build maildrop from source in the 64 bit version of CentOS. Works OK in 32 bit, and I'm a bit stumped.

./configure seems fine, but in make, here's the error I'm getting

Quote:

make[1]: Leaving directory `/usr/src/maildrop-2.0.4/rfc2045'
Making all in gdbmobj
make[1]: Entering directory `/usr/src/maildrop-2.0.4/gdbmobj'
make all-am
make[2]: Entering directory `/usr/src/maildrop-2.0.4/gdbmobj'
Compiling gdbmobj.c
Compiling gdbmobj2.c
Compiling gdbmobj3.c
Linking libgdbmobj.la
source='testgdbm.C' object='testgdbm.o' libtool=no \
DEPDIR=.deps depmode=none /bin/sh ./../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I. -fhandle-exceptions -c -o testgdbm.o testgdbm.C
./../depcomp: line 512: exec: g++: not found
make[2]: *** [testgdbm.o] Error 127
make[2]: Leaving directory `/usr/src/maildrop-2.0.4/gdbmobj'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/maildrop-2.0.4/gdbmobj'
make: *** [all-recursive] Error 1
testgdbm.c exists - it it is in the maildrop tarball, but can someone please tell me what I'm missing.

Rgds


Billy

weibullguy 12-07-2007 05:55 AM

./../depcomp: line 512: exec: g++: not found

billymayday 12-07-2007 06:12 AM

Yeah - OK - missed the obvious. Must be getting late here.

I kept looking at that and thinking "but I've just installed gcc". Funny how the mind works


Cheers weibullguy


Billy


All times are GMT -5. The time now is 06:18 AM.