Windows平台用Mingw和VC编译Nginx+pcre总是报错
nginx吧
全部回复
仅看楼主
level 1
下载了pcre源代码
编译语句:
./auto/configure --prefix= --sbin-path=nginx --with-cc=cl --with-cc-opt="-DFD_SETSIZE=51200"
-–with-rtsig_module
–-with-select_module
–-with-http_realip_module
–-with-http_addition_module
–-with-http_sub_module
–-with-http_dav_module
–-with-http_flv_module
–-with-http_stub_status_module
--with-pcre=lib/pcre-8.00
--without-http_gzip_module
最后生成lib包的时候总是报错,有没有人会的,教下我,
报错如下图:

2011年12月29日 08点12分 1
level 7
编译环境不对。
2013年01月16日 01点01分 2
level 2
删除link这个可执行文件即可顺利通过编译。
2013年03月01日 06点03分 3
1