MySQL Forums
Forum List  »  Source, Builds, Binaries

Re: (5.1.19) NdbScanOperation.cpp compiler error using ibm compiler
Posted by: Kent Boortz
Date: June 06, 2007 10:20AM

Currently we don't build cluster on AIX, but hopefully
these settings for VisualAge 6 still works

CC=xlc_r \
CFLAGS="-ma -qstrict -qoptimize=2 -qmaxmem=8192" \
CXX=xlC_r \
CXXFLAGS="-ma -qstrict -qoptimize=2 -qmaxmem=8192" \
LDFLAGS=-Wl,-brtl \
./configure \
--enable-thread-safe-client \
--enable-local-infile \
--with-debug \
--with-big-tables \
--with-readline \
--with-archive-storage-engine \
--with-blackhole-storage-engine \
--with-example-storage-engine \
--with-federated-storage-engine \
--with-innodb \
--with-extra-charsets=complex

kent

Kent Boortz, Release Staff Engineer
Oracle, the MySQL team, www.mysql.com

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: (5.1.19) NdbScanOperation.cpp compiler error using ibm compiler
1792
June 06, 2007 10:20AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.