On Wed, Feb 06, 2002 at 06:12:22PM +0200, Sinisa Milivojevic wrote:
> Albert Chin writes:
> > 
> > MySQL 3.23.46 was built with the Sun C++ compiler:
> >   $ CC -V
> >   CC: Sun WorkShop 6 update 2 C++ 5.3 Patch 111685-03 2001/10/19
> > 
> > It was built as follows:
> >   CC=cc CFLAGS="-mr -Qn -xstrconst -xO2 -xtarget=generic -xarch=v9" \
> >   CXX=CC CXXFLAGS="-xO2 -xtarget=generic -xarch=v9" \
> >   CPPFLAGS="-I/opt/TWWfsw/readline42a/include \
> >   -I/opt/TWWfsw/zlib11/include -I/opt/TWWfsw/ncurses5/include \
> >   -I/opt/TWWfsw/ncurses5/include/ncurses" \
> >   LDFLAGS="-L/opt/TWWfsw/readline42a/lib/sparcv9 \
> >   -L/opt/TWWfsw/zlib11/lib/sparcv9 -L/opt/TWWfsw/ncurses5/lib/sparcv9 \
> >   -L/opt/TWWfsw/readline42a/lib/sparcv9 \
> >   -R/opt/TWWfsw/readline42a/lib/sparcv9:\
> >   /opt/TWWfsw/zlib11/lib/sparcv9:/opt/TWWfsw/ncurses5/lib/sparcv9 \
> >   -xarch=v9" ./configure --localstatedir=/var/opt/TWWfsw/mysql32346 \
> >   --sysconfdir=/etc/opt/TWWfsw/mysql32346 --enable-shared \
> >   --enable-static --without-debug --with-innodb --without-bench \
> >   --without-readline --enable-strcoll --with-libwrap \
> >   --with-berkeley-db --enable-thread-safe-client \
> >   --prefix=/opt/TWWfsw/mysql32346
> > 
> > -- 
> > albert chin ([EMAIL PROTECTED])
> > 
> 
> Please tell me a value for this #define in config.h and my_config.h :
> 
> SIZEOF_LONG

$ grep SIZEOF_LONG config.h
#define SIZEOF_LONG 8
#define SIZEOF_LONG_LONG 8

$ grep SIZEOF_LONG incldue/my_config.h
#define SIZEOF_LONG 8
#define SIZEOF_LONG_LONG 8

-- 
albert chin ([EMAIL PROTECTED])

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to