Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1447622
  • 博文数量: 463
  • 博客积分: 10540
  • 博客等级: 上将
  • 技术积分: 5450
  • 用 户 组: 普通用户
  • 注册时间: 2006-11-12 08:30
文章分类

全部博文(463)

文章存档

2014年(2)

2012年(14)

2011年(42)

2010年(18)

2009年(78)

2008年(35)

2007年(182)

2006年(92)

我的朋友

分类: Mysql/postgreSQL

2008-06-10 09:23:44


CC=icc \

CXX=icpc \

CFLAGS="  -O3 -ip -static   -static-intel -no-gcc -no-prec-div  -mp -unroll2 -xT"  \

CXXFLAGS="-O3 -ip -static -static-intel -no-gcc -no-prec-div  -mp -unroll2 -xT"  \

LDFLAGS='-static -static-intel' \

LD=xild \

AR=xiar  \

./configure \

--prefix=/usr/local/mysql  \

--with-server-suffix='-chinavisual-icc10-compiled' \

--with-pic \

--enable-assembler \

--enable-local-infile \

--with-readline \

--disable-shared  \

--with-extra-charsets=all \

--enable-thread-safe-client \

--without-embedded-server\

--with-ndbcluster \

--with-innodb \

--with-archive-storage-engine \

--with-blackhole-storage-engine \

--with-federated-storage-engine \

-with-client-ldflags=-all-static \

--with-mysqld-ldflags=-all-static \

--with-zlib-dir=bundled \

-with-mysqld-ldflags=-all-static \

--with-client-ldflags=-all-static \

--with-big-tables
阅读(1134) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~