Compiling on Mac OS X Leopard (intel)

Richard Clarke lists at ruby-forum.com
Sun Nov 4 02:24:18 MSK 2007


Wondering if anyone could shed some light on a problem I'm having with
the make file,

./configure --with-http_ssl_module --prefix=/usr/local/nginx
--with-pcre=/usr/local

when I then run 'make' I get the following error;

make -f objs/Makefile
cd /usr/local \
  && 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]: *** [/usr/local/Makefile] Error 127
make: *** [build] Error 2

Failing because Makefile doesn't exist in /usr/local/

Why is it looking here for it?
-- 
Posted via http://www.ruby-forum.com/.





More information about the nginx mailing list