Hello all, i want to compile the development tree source from bk://mysql.bkbits.net/mysql-4.1 on SuSE 8.2 Linux. The compiling of the mysql-4.1 without the ndb-cluster works fine.
When set the configuration-option --with-ndbcluster, the compilation fails with the error: ha_ndbcluster.o(.text+0x3b5c): In function `packfrm(void const*, unsigned, void const**, unsigned*)': : undefined reference to `my_compress' ha_ndbcluster.o(.text+0x3c34): In function `unpackfrm(void const**, unsigned*, void const*)': : undefined reference to `my_uncompress' collect2: ld returned 1 exit status make[4]: *** [mysqld] Error 1 make[4]: Leaving directory `/home/Steffen/mysql-4.1/sql' I've tried to set the CXX and/or CC environment-variable to gcc, but the compilation fails with the same error. Installed Software Versions: Kernel: 2.4.22-33 gcc/cpp : 3.3-23 bison: 1.875 autoconf: 2.53 automake: 1.5 libtool: 1.5 Thanks Steffen -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]