Hi!
>>>>> "Paul" == Paul Cadach <paul@stripped> writes:
Paul> Hi,
Paul> I'm trying to build mysql-4.0 catched from BitKeeper repository (last
Paul> ChangeSet is 1.768 made by Tonu). I've got a message:
Paul> c++ -g -O -DSAFE_MUTEX -fno-implicit-templates -fno-exceptions -fno-rtti -rd
Paul> ynamic -o .libs/mysql mysql.o readline.o sql_string.o
Paul> completion_hash.o -lreadline -lncurses
Paul> ../libmysql/.libs/libmysqlclient.so -lz -lcrypt -lnsl -lm -lz -lcrypt -lnsl
Paul> -lm -Wl,--rpath -Wl,/usr/local/mysql/lib/mysql
Paul> ../libmysql/.libs/libmysqlclient.so: undefined reference to `my_raid_tell'
Paul> ../libmysql/.libs/libmysqlclient.so: undefined reference to `my_raid_read'
Paul> ../libmysql/.libs/libmysqlclient.so: undefined reference to `my_raid_pwrite'
Paul> ../libmysql/.libs/libmysqlclient.so: undefined reference to `my_raid_write'
Paul> ../libmysql/.libs/libmysqlclient.so: undefined reference to `my_raid_seek'
Paul> collect2: ld returned 1 exit status
I have now fixed this; I will push the changes to the 3.23 and 4.0
tree shortly.
Thanks for reporting this problem!
Regards,
Monty