Re: MySQL 4.1 for OS X compiling problems

2003-03-20 Thread Lenz Grimmer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 20 Mar 2003, Michael Edlund wrote: > Yes, the compilation passed that point now. However, unfortunately it > got stuck in another place: > ld: Undefined symbols: > _rnd This was caused by a bad merge from 4.0 into 4.1 - it should have been f

Re: MySQL 4.1 for OS X compiling problems

2003-03-20 Thread Michael Edlund
Thanks for reporting this - it should now be fixed. Bye, LenZ Yes, the compilation passed that point now. However, unfortunately it got stuck in another place: --- snip --- mkdir .libs g++ -O3 -DDBUG_OFF -fno-implicit-templates -fno-exceptions -fno-rtti -traditional-cpp -DHAVE_DARWIN_THRE

Re: MySQL 4.1 for OS X compiling problems

2003-03-19 Thread Lenz Grimmer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Wed, 19 Mar 2003, Michael Edlund wrote: > I'm trying to compile MySQL 4.1 on Mac OS 10.2.4 (Darwin Kernel Version > 6.4) but run into some problems. When following the general compilation > guidelines... [...] > ...the make process exits wit

MySQL 4.1 for OS X compiling problems

2003-03-19 Thread Michael Edlund
I'm trying to compile MySQL 4.1 on Mac OS 10.2.4 (Darwin Kernel Version 6.4) but run into some problems. When following the general compilation guidelines... cd mysql-4.0 bk -r get -Sq aclocal; autoheader; autoconf; automake (cd innobase ; aclocal; autoheader; autoconf; automake) (cd bdb/dist ; s