use gmake insetad of make.
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Angus Jordan
> Sent: Dienstag, 7. September 2004 22:01
> To: [email protected]
> Subject: [Dbmail-dev] dbmail 2.0rc8
>
> Hello all,
>
> I just setup a vmware box to do some testing in dbmail
> 2.0rc8, in preparation
> to moving my production from 1.2.9-stable branch to the 2.0
> (hopefully soon
> stable) branch. Here are the steps I took, and the problem
> that occurred:
>
> Installed FreeBSD 5.2.1
> Installed MySQL 4.1.3
> Installed Exim 4.41 w/MySQL support
> Disabled Sendmail, and enabled Exim
> Downloaded dbmail 2.0rc8 sources
>
> Followed the instructions to compile dbmail, and install it.
> Here is what
> happened:
>
> -----------------------------------------------------------------
> su-2.05b# ./configure --with-mysql
> loading cache ./config.cache
>
> This is dbmail's GNU configure script.
> It's going to run a bunch of strange tests to hopefully
> make your compile work without much twiddling.
>
> checking for a BSD compatible install... (cached) /usr/bin/install -c
> checking whether build environment is sane... yes
> checking whether make sets ${MAKE}... (cached) yes
> checking for working aclocal... missing
> checking for working autoconf... missing
> checking for working automake... missing
> checking for working autoheader... missing
> checking for working makeinfo... found
> checking whether to enable maintainer-specific portions of
> Makefiles... no
> checking for mysql_config... (cached) /usr/local/bin/mysql_config
> checking MySQL headers... -I/usr/local/include/mysql -O -pipe -
> mcpu=pentiumpro -D_THREAD_SAFE
> checking MySQL libraries... -L/usr/local/lib/mysql
> -lmysqlclient -lz -lcrypt -
> lm
> checking for authentication configuration
> using SQL authentication
> checking for sorting configuration
> not using any sorting
> checking for gcc... (cached) gcc
> checking whether the C compiler (gcc ) works... yes
> checking whether the C compiler (gcc ) is a cross-compiler... no
> checking whether we are using GNU C... (cached) yes
> checking whether gcc accepts -g... (cached) yes
> checking maximum warning verbosity option... -W -Wall
> -Wpointer-arith -
> Wstrict-prototypes for C
> checking for working const... (cached) yes
> checking for inline... (cached) inline
> checking whether byte ordering is bigendian... (cached) no
> checking how to run the C preprocessor... (cached) gcc -E
> checking for endian.h... (cached) no
> checking for crypt.h... (cached) no
> checking for Cygwin environment... (cached) no
> checking for mingw32 environment... (cached) no
> checking host system type... i386-unknown-freebsd5.2.1
> checking build system type... i386-unknown-freebsd5.2.1
> checking for ld used by GCC... (cached) /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
> checking for /usr/bin/ld option to reload object files... (cached) -r
> checking for BSD-compatible nm... (cached) /usr/bin/nm -B
> checking for a sed that does not truncate output... (cached)
> /usr/bin/sed
> checking whether ln -s works... (cached) yes
> checking how to recognise dependent libraries... (cached) pass_all
> checking for object suffix... (cached) o
> checking for executable suffix... (cached) no
> checking command to parse /usr/bin/nm -B output... (cached) ok
> checking for dlfcn.h... (cached) yes
> checking for ranlib... (cached) ranlib
> checking for strip... (cached) strip
> checking for objdir... .libs
> checking for gcc option to produce PIC... (cached) -fPIC
> checking if gcc PIC flag -fPIC works... (cached) yes
> checking if gcc static flag -static works... (cached) yes
> checking if gcc supports -c -o file.o... (cached) yes
> checking if gcc supports -c -o file.lo... (cached) yes
> checking if gcc supports -fno-rtti -fno-exceptions... yes
> checking whether the linker (/usr/bin/ld) supports shared
> libraries... yes
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking dynamic linker characteristics... freebsd5.2.1 ld.so
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> checking whether -lc should be explicitly linked in... (cached) yes
> creating libtool
> updating cache ./config.cache
> creating ./config.status
> creating Makefile
> creating mysql/Makefile
> creating pgsql/Makefile
> creating auth/Makefile
> creating sort/Makefile
> creating man/Makefile
> creating config.h
> config.h is unchanged
> su-2.05b# pwd
> /home/user/dbmail-2.0rc8
> su-2.05b# make
> "Makefile", line 588: Need an operator
> make: fatal errors encountered -- cannot continue
> su-2.05b# make all
> "Makefile", line 588: Need an operator
> make: fatal errors encountered -- cannot continue
> su-2.05b# make install
> "Makefile", line 588: Need an operator
> make: fatal errors encountered -- cannot continue
>
> ------------------------------------------------------------
>
> Lines 586-592 of Makefile
>
> DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
>
> -include $(DEP_FILES)
>
> mostlyclean-depend:
>
> clean-depend:
>
> ------------------------------------------------------------
>
> Can anybody help me out? Am I doing something wrong?
>
> Thank you in advance.
>
> Angus Jordan
>
> --
> Open WebMail Project (http://openwebmail.org)
>
> _______________________________________________
> Dbmail-dev mailing list
> [email protected]
> http://twister.fastxs.net/mailman/listinfo/dbmail-dev