RE: Can't make after ./configure

2001-11-30 Thread Michael Widenius
Hi! > "Chang-Ping" == Chang-Ping Hsiao <[EMAIL PROTECTED]> writes: >> The problem with gcc 3.0.x, as I have understood it, is that for this >> to work you must also have libstdc++v3 installed. >> >> I have now updated our documentation about this. Chang-Ping> According to the web page

RE: Can't make after ./configure

2001-11-29 Thread Sinisa Milivojevic
Chang-Ping Hsiao writes: > Hi! > > Thanks for the help. Tried both and both failed. Still get the > following. > [skip] > make[2]: Entering directory `/tmp/mysql-3.23.45/client' > /bin/sh ../libtool --mode=link gcc -O3 -DDBUG_OFF -fno-implicit-templates > -fno-exceptions -fno-rtti -

Re: Can't make after ./configure

2001-11-28 Thread Michael Widenius
Hi! > "Sinisa" == Sinisa Milivojevic <[EMAIL PROTECTED]> writes: Sinisa> Gordan Bobic writes: >> On Tuesday 27 Nov 2001 23:33, you wrote: >> >> > gcc version 3.0.2 >> >> It would appear that you tried compiling using the GCC 3.0.2 compiler. Try >> downgrading to 2.95.3 (the last stable r

RE: Can't make after ./configure

2001-11-28 Thread Jani Tolonen
Chang-Ping Hsiao writes: > Hi! > > Thanks for the help. Tried both and both failed. Still get the > following. > > __cxa_pure_virtual mysqlbinlog.o Hi! Please install libstdc++-v3 and try again. Regards, - Jani For technical support contracts, visit https://o

Re: Can't make after ./configure

2001-11-28 Thread Sinisa Milivojevic
Gordan Bobic writes: > On Tuesday 27 Nov 2001 23:33, you wrote: > > > gcc version 3.0.2 > > It would appear that you tried compiling using the GCC 3.0.2 compiler. Try > downgrading to 2.95.3 (the last stable release) and try again. > > Regards. > > Gordan > gcc 3.0.2 is just fine, only set

Re: Can't make after ./configure

2001-11-27 Thread Gordan Bobic
On Tuesday 27 Nov 2001 23:33, you wrote: > gcc version 3.0.2 It would appear that you tried compiling using the GCC 3.0.2 compiler. Try downgrading to 2.95.3 (the last stable release) and try again. Regards. Gordan - Before

Can't make after ./configure

2001-11-27 Thread chang-pingh
>Description: After running CFLAGS="-O3" CXX=gcc CXXFLAGS="-O3 -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql --enable-assembler --with-mysqld-ldflags=-all-static the "make" doesn't compile and generated the following message. Un