Well if you'd share your specific problem I'm sure someone can help, but
more importantly why are you building from source anyway? There are
binary builds for most Solaris platforms, including 2.10.
Sorry I meant 10 there....my solaris experience comes from the 'old days'
before they went and dropped the 2. from the version scheme.
Here's my config.nice for Solaris 2.x on Sparc with gcc:
CC=gcc CFLAGS="-O3" CXX=gcc CXXFLAGS="-O3 -felide-constructors
-fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql
--localstatedir=/usr/local/mysql/data --libexecdir=/usr/local/mysql/bin
--with-extra-charsets=complex --enable-thread-safe-client --enable-loca
l-infile --disable-shared --without-innodb
--with-named-curses-libs=-lncurses
Just in case anyone's curious, here's my config.nice for Solaris 2.x on
x86 with gcc:
CC=gcc CFLAGS="-O3 -fno-omit-frame-pointer -march=pentiumpro" CXX=gcc
CXXFLAGS="-O3 -fno-omit-frame-pointer -felide-constructors
-fno-exceptions -fno-rtti -march=pentiumpro" ./configure
--prefix=/usr/local/mysql --localstatedir=/usr/local/mysql/data
--libexecdir=/usr/local/mysql/bin --with-extra-charsets=complex
--with-unix-socket-path=/tmp/mysql.sock --enable-thread-safe-client
--enable-local-infile --disable-shared --without-innodb
--with-named-curses-libs=-lncurses --with-client-ldflags=-all-static
--with-mysqld-ldflags=-all-static
Couple of notes: I build without INNODB and ncurses is installed. This
works great... very stable.
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]