This mail is a repost to my old one posted few days ago.
Hello maildrop experts,
I am trying to compile maildrop-1.7.0 on FC1 machine. I get this
compilation error:
# ./configure --without-db --without-userdb --without-userdbtmpdir
...
configure: error: Invalid --with-db option
^^^^^^^^^^^^^^
configure: error: /bin/sh './configure' failed for makedat
and here comes the output errors found in config.log file:
....
configure:2083: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2089: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
...
configure:5806: configuring in makedat
configure:5923: running /bin/sh './configure' --prefix=/usr/local
'--without-db' '--without-userdb' '--without-userdbtmpdir'
'--with-makedatprog=${exec_prefix}/bin/makedatprog'
--cache-file=/dev/null --srcdir=.
configure:5928: error: /bin/sh './configure' failed for makedat
I want to mention that maildrop-1.6.3 is compilling and working very well!
Can somebody fix this problem?