Re: Re: Build errors with 3.23.51

2002-09-22 Thread B. van Velzen [VelzArt.nl]
. van Velzen [VelzArt.nl] [EMAIL PROTECTED] Sent: Sunday, September 22, 2002 3:06 PM Subject: Re: Re: Build errors with 3.23.51 Your message cannot be posted because it appears to be either spam or simply off topic to our filter. To bypass the filter you must include one of the following words

Re: Build errors with 3.23.51

2002-09-22 Thread Julian Ladisch
Shane Allen wrote: configure:12730: checking style of gethost* routines configure:12773: gcc -c -O -DDBUG_OFF -O3 -felide-constructors -fno-exceptions -fno-rtti -fpermissive -I/usr/local/mysql-glibc-2.2.2/include conftest.cc 5 gcc: installation problem, cannot exec `cc1plus': No such file

Re: Build errors with 3.23.51

2002-06-24 Thread Shane Allen
After much testing, I have managed to overcome the limits on file descriptors and such on linux; and have a mysql daemon that is fairly lean and able to support several thousand simultaneous connections. I still, though, would like to see what kind of improvment gcc-3.0.4 makes as opposed to

Re: Build errors with 3.23.51

2002-06-22 Thread Shane Allen
:15312: $? = 0 configure:15315: test -s conftest.o configure:15318: $? = 0 configure:15328: result: glibc2 ) Regards, Jocelyn - Original Message - From: Shane Allen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, June 22, 2002 3:05 AM Subject: Build errors with 3.23.51

Re: Build errors with 3.23.51

2002-06-22 Thread Jocelyn Fournier
configure:15318: $? = 0 configure:15328: result: glibc2 ) Regards, Jocelyn - Original Message - From: Shane Allen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, June 22, 2002 3:05 AM Subject: Build errors with 3.23.51 Running Debian, 2.4.19pre1 kernel, gcc 3.0.4, glib-2.2.2

Build errors with 3.23.51

2002-06-21 Thread Shane Allen
Running Debian, 2.4.19pre1 kernel, gcc 3.0.4, glib-2.2.2 with linuxthreads and the mysql-supplied linuxthreads patch. I'm using the following configure line: CFLAGS=-O3 -march=pentiumpro CXX=gcc CXXFLAGS=-O3 -felide-constructors -fno-exceptions -fno-rtti ./configure