I'm having some trouble compiling 3.21.33b on Linux 2.2.5 box. The
error is shown below. If someone has a fix I'd greatly appreciate a
email.
I guess I can use 3.22.21 which compiles OK on this box, but I am
migrating from a Solaris/3.21 setup so I'd like to minimize any
differences.
Thanks
Suresh
------------------------------------------
Making all in client
make[2]: Entering directory `/usr/local/src/mysql-3.21.33b/client'
gcc -DUNDEF_THREADS_HACK -I./../include -I../include -I./.. -I.. -I.. -O3
-g -O2 -DDBUG_OFF -c libmysql.c
In file included from libmysql.c:10:
../include/m_string.h:138: parse error before `__extension__'
../include/m_string.h:138: parse error before `&&'
../include/m_string.h:139: parse error before `__extension__'
make[2]: *** [libmysql.o] Error 1
make[2]: Leaving directory `/usr/local/src/mysql-3.21.33b/client'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/mysql-3.21.33b'
make: *** [all-recursive-am] Error 2
----------------------------------------------------------