No SunOS 4, é necessário a MIT-pthreads para compilar o
MySQL, o que significa que você precisa do GNU
make
.
Alguns sistemas SunOS 4 tem problemas com bibliotecas
dinâmicas e libtool
. Você pode usar a
seguinte linha do configure
para evitar
este problema:
shell> ./configure --disable-shared --with-mysqld-ldflags=-all-static
Quando compilando readline
, você pode
obter alguns avisos sobre definições duplicadas que podem
ser ignoradas.
Ao compilar o mysqld
, vão existir alguns
alertas sobre implicit declaration of
function
que também podem ser ignoradas.
This is a translation of the MySQL Reference Manual that can be found at dev.mysql.com. The original Reference Manual is in English, and this translation is not necessarily as up to date as the English version.