Re: mysql-server build errors

2002-08-08 Thread Dan Nelson
In the last episode (Aug 08), Beech Rintoul said: Anyone have a pointer to get this to build? cc -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME=\/usr/local\ -fno-exceptions -fno-rtti -DMYSQLD_NET_RETRY_COUNT=100 -c mysqld.cc /usr/include/tcpd.h: In function `void*

Re: mysql-server build errors

2002-08-08 Thread Steven Ames
Edit line 92 of sql/mysqld.cc: --#ifdef __linux__ ++ #ifdef __FreeBSD__ However that'll only get you past this set of errors. And then it gets tricky and has something to do with the new C++ compiler that I haven't quite wrapped my mind around yet. -Steve - Original Message -

Re: mysql-server build errors

2002-08-08 Thread Beech Rintoul
On Thursday 08 August 2002 11:50 am, Dan Nelson wrote: In the last episode (Aug 08), Beech Rintoul said: Anyone have a pointer to get this to build? cc -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME=\/usr/local\ -fno-exceptions -fno-rtti -DMYSQLD_NET_RETRY_COUNT=100 -c

Re: mysql-server build errors

2002-08-08 Thread Charlie Root
On Thu, Aug 08, 2002 at 12:05:44PM -0800, Beech Rintoul wrote: On Thursday 08 August 2002 11:50 am, Dan Nelson wrote: In the last episode (Aug 08), Beech Rintoul said: Anyone have a pointer to get this to build? cc -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME=\/usr/local\

Re: mysql-server build errors

2002-08-08 Thread Beech Rintoul
On Thursday 08 August 2002 12:05 pm, Beech Rintoul wrote: On Thursday 08 August 2002 11:50 am, Dan Nelson wrote: In the last episode (Aug 08), Beech Rintoul said: Anyone have a pointer to get this to build? cc -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME=\/usr/local\ -fno-exceptions -fno-rtti

Re: mysql-server build errors

2002-08-08 Thread Dan Nelson
In the last episode (Aug 08), Beech Rintoul said: On Thursday 08 August 2002 12:05 pm, Beech Rintoul wrote: I spoke too soon :-( Now it errors at: sql_analyse.o: In function `proc_analyse_init(THD*, st_order*, select_result*, ListItem)': sql_analyse.o(.text+0x1f): undefined reference to

Re: mysql-server build errors

2002-08-08 Thread Beech Rintoul
On Thursday 08 August 2002 02:06 pm, Dan Nelson wrote: In the last episode (Aug 08), Beech Rintoul said: On Thursday 08 August 2002 12:05 pm, Beech Rintoul wrote: I spoke too soon :-( Now it errors at: sql_analyse.o: In function `proc_analyse_init(THD*, st_order*, select_result*,