Undefined symbols for architecture i386

Hello,
problems installing
Mac OS X 10.6.8 arch i386
pcre 8.21
nginx 1.1.14
make - ok
make install:

objs/src/http/modules/ngx_http_browser_module.o \
objs/src/http/modules/ngx_http_upstream_ip_hash_module.o \
objs/src/http/modules/ngx_http_upstream_keepalive_module.o \
objs/ngx_modules.o \
-lpcre -lssl -lcrypto -lz

Undefined symbols for architecture i386:
“_pcre_free_study”, referenced from:
_ngx_pcre_free_studies in ngx_regex.o
ld: symbol(s) not found for architecture i386
collect2: ld returned 1 exit status
make[1]: *** [objs/nginx] Error 1
make: *** [install] Error 2

nginx 1.0.11 - ok

Thanx,
Kakawki Inc.

On Monday 06 February 2012 17:28:47 suxsonic suxsonic wrote:

objs/src/http/modules/ngx_http_upstream_ip_hash_module.o \

nginx 1.0.11 - ok

I assume this is related to your problem:
http://trac.nginx.org/nginx/ticket/94#comment:9

wbr, Valentin V. Bartenev