You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

5.1.39

redhat4-i686-32bit-gcc34

  If you are using a version of gcc recent enough to understand the
   -fno-exceptions option, it is very important that you use this
   option. Otherwise, you may compile a binary that crashes randomly.
   Also use -felide-constructors and -fno-rtti along with
   -fno-exceptions. When in doubt, do the following:
CFLAGS="-O3" CXX=gcc CXXFLAGS="-O3 -felide-constructors \
       -fno-exceptions -fno-rtti" ./configure \
       --prefix=/usr/local/mysql --enable-assembler \
       --with-mysqld-ldflags=-all-static

  1. Obtain the source from and unpack
  2. run configure:  ./configure --without-server --with-zlib-dir=bundled --prefix=blah >& config-redhat4-i686-32bit-gcc34.log &
  3. makke >& build-redhat4-i686-32bit-gcc34.log &
  4.  
  • No labels