[[email protected] nginx-1.2.9]$ make
make -f objs /Makefile
make [1]: Entering directory ` /home/mahao01/soft/nginx-1 .2.9‘
cd /home/mahao01/local/pcre \
&& if [ -f Makefile ]; then make distclean; fi \
&& CC= "gcc" CFLAGS= "-O2 -fomit-frame-pointer -pipe " \
. /configure --disable-shared
/bin/sh : . /configure : No such file or directory
make [1]: *** [ /home/mahao01/local/pcre/Makefile ] Error 127
make [1]: Leaving directory ` /home/mahao01/soft/nginx-1 .2.9‘
make : *** [build] Error 2
|