Ahh.. That's the good old GNU makefile syntax.

Try using gmake instead of make. Otherwise try
getting the current qmailadmin-0.39.tar.gz off
the web site. I think I updated the release to
not have the gnu make syntax.

Otherwise, edit Makefile.in and remove the
DEPS line and the .o.c paragraphs. And
add a new .o.c COMPILE line, just copy
the .o.s lines for COMPILE.

Ken Jones

Bashar wrote:
> 
> REgards,
>         after doing a ./configure
> --enable-cgibindir=/usr/local/www/qmailadmin/cgi-bin
> --enable-htmldir=/usr/local/www/qmailadmin
> --with-htmllibdir=/usr/local/www/qmailadmin --enable-vpopuser=vpopmail
> --enable-autoresponder-bin=/usr/local/bin
> --enable-ezmlmdir=/usr/local/bin/ezmlm/ --enable-ezmlmidx=y
> 
> i did a simple make command which gave mt this result:
> bash-2.04# make
> "Makefile", line 368: Need an operator
> make: fatal errors encountered -- cannot continue
> 
> and line 368 in my make file is:
> -include $(DEP_FILES)
> 
> these are the few lines above and under line 368
> 
> DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
> 
> -include $(DEP_FILES)
> 
> mostlyclean-depend:
> 
> clean-depend:
> 
> distclean-depend:
>         -rm -rf .deps
> 
> maintainer-clean-depend:
> 
>          any idea why it giving such error with make ?
> 
>                     KuwaitNet Communications Inc.
>         Bashar A AlAbdulhadi            *NIX & Net Administrator
>         [EMAIL PROTECTED]            http://www.KuwaitNet.net
>         Phone: (KW) +965-2647060        Fax: (KW) +965-5337060
>         Phone: (US) +514-2417955        Fax: (US) +208-2755778
>         ICQ UIN: 19907999               Pager: (KW) 9312471
>         IRC: Big @ #Kuwaitnet           YaHoO ID: kuwaitnets
>         Toll free (from USA & Canada only)  1-888-KuwaitNET
> 
>            "Quality, Stability, 24 Hours Tech. Support"
>                           "Think KuwaitNet"

Reply via email to