码迷,mamicode.com
首页 > 其他好文 > 详细

MinGW build of Squid-3.5

时间:2020-01-26 20:52:56      阅读:66      评论:0      收藏:0      [点我收藏+]

标签:i686   require   windows   compile   ble   flags   sed   ack   autoconf   

# Debian Packages Required:
#
# mingw-w64
# provides GCC cross-compiler. GCC 4.9.1 or later required.
#
# mingw-w64-tools
# provides pkg-config and other build-time tools used by autoconf
#
# Build:
cd tpl/
../configure \
--host=i686-w64-mingw32 \
CXXFLAGS="-DWINVER=0x601 -D_WIN32_WINNT=0x601" \
CFLAGS="-DWINVER=0x601 -D_WIN32_WINNT=0x601" \
BUILDCXX="g++" \
BUILDCXXFLAGS="-DFOO" \
--enable-build-info="Windows (MinGW cross-build)"
make -k

MinGW build of Squid-3.5

标签:i686   require   windows   compile   ble   flags   sed   ack   autoconf   

原文地址:https://www.cnblogs.com/heycomputer/p/12234689.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!