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 suc

Re: Re: Build errors with 3.23.51

2002-09-22 Thread B. van Velzen [VelzArt.nl]
gt; To: "B. 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 in

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 2

Re: Build errors with 3.23.51

2002-06-22 Thread Jocelyn Fournier
Hi, It seems to be linked with the gethostname_r detection "checking style of gethostname_r routines... other" I think you should have the following line instead : checking style of gethostname_r routines... glibc2 Can you take a look at the config.log file and tell us what is wrong ? (in my

Re: Build errors with 3.23.51

2002-06-22 Thread Shane Allen
Below are what I believe to be the relevant lines from the config.log... > > Running Debian, 2.4.19pre1 kernel, gcc 3.0.4, glib-2.2.2 with linuxthreads > > and the mysql-supplied linuxthreads patch. After re-reading my original post as well, I realize that I forgot to mention that I compiled th