Linux IA64 Notes
................
To get MySQL to compile on Linux Ia64, we use the following compile
line: Using `gcc-2.96':
CC=gcc CFLAGS="-O3 -fno-omit-frame-pointer" CXX=gcc CXXFLAGS="-O3 -fno-omit-frame-pointer -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql "--with-comment=Official MySQL binary" --with-extra-charsets=complex
On Ia64 the MySQL client binaries are using shared libraries. This means
that if you install our binary distribution in some other place than
`/usr/local/mysql' you need to either modify `/etc/ld.so.conf' or add
the path to the directory where you have `libmysqlclient.so' to the
`LD_LIBRARY_PATH' environment variable.
Note:Link errors.