sasl compiling error

2009-02-06 Thread Mumtaz Ali
i m getting this error when compiling postfix please suggest how to solve this compile error. if possible plz guide detailed.. even gcc and devel package of gcc is installed. make set -e; for i in src/util src/global src/dns src/tls src/xsasl src/milter src/master src/postfix

Re: sasl compiling error

2009-02-06 Thread Wietse Venema
Mumtaz Ali: (set -e; echo [$i]; cd $i; make 'CC=gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DUSE_CYRUS_SASL \ -I/usr/local/include/sasl' update MAKELEVEL=) || exit 1; \ You mis-typed the make makefiles command. The is not supposed to be there. Wietse