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

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

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 ;

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 with

Compiling problems on Solaris 2.6 of 3.23.51 (help)

2002-06-27 Thread Harvey Hou
Hi, My system architecture is: SunOS bigfoot 5.6 Generic_105181-30 sun4u sparc SUNW,Ultra-1 Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.6/3.0.2/specs Configured with: ../configure --with-as=/usr/local/bin/as --with-ld=/usr/local/bin/ld : (reconfigured) ../configure

Compiling problems

2001-07-18 Thread Lorenzo De Vito
I'm trying to compile a C file with this: BCC32 -IC:\mysql\include -LC:\mysql\lib\opt -IC:\Borland\BCC55\Include importDB.c but it return me an error: Unable to open file 'COX32.OBJ' What's the better way to compile with 'mysql.h' ?