Re: MySQL 3.23.51 Error

2002-06-21 Thread Beech Rintoul
On Friday 21 June 2002 12:29 pm, David O'Brien wrote: > On Fri, Jun 21, 2002 at 07:44:13AM -0800, Beech Rintoul wrote: > > > > cc -DMYSQL_SERVER > > > > > > > -fno-rtti -DMYSQLD_NET_RETRY_COUNT=100 -c mysqld.cc > > It is wrong to compile C++ code with a plain C compiler. Then the port is

Re: MySQL 3.23.51 Error

2002-06-21 Thread David O'Brien
On Fri, Jun 21, 2002 at 07:44:13AM -0800, Beech Rintoul wrote: > > > cc -DMYSQL_SERVER > > > -fno-rtti -DMYSQLD_NET_RETRY_COUNT=100 -c mysqld.cc It is wrong to compile C++ code with a plain C compiler. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscrib

Re: MySQL 3.23.51 Error

2002-06-21 Thread Wesley Morgan
I get this same error, and was able to fix it by disabling tcp wrappers in the config (this is a non-production system), and adding -lstdc++ to the libraries for linking. Strange that you were able to compile .49, I couldn't build it without massaging the code either. As another data point, I was

Re: MySQL 3.23.51 Error

2002-06-21 Thread Beech Rintoul
On Friday 21 June 2002 06:12 am, you wrote: > Hi! > > On Thu, Jun 20, 2002 at 09:54:23AM -0800, Beech Rintoul wrote: > > Compile of mysql323 server fails with the following: > > > > > > cc -DMYSQL_SERVER > > -DDEFAULT_MYSQL_HOME="\"/usr/local\"" -DDATADIR="\"/var/db/mysql\""