g++ works in the configure stage, but then when I do the gnumake using g++ I get
the following error:

g++ -DMYSQL_SERVER                      -DDEFAULT_MYSQL_HOME="\"/usr/local/mysql
\""                     -DDATADIR="\"/usr/local/mysql/var\""                   -
DSHAREDIR="\"/usr/local/mysql/share/mysql\""                    -DHAVE_CONFIG_H
-I./../include                  -I./../regex                    -I. -I../include
 -I.. -I.    -O3 -DDBUG_OFF   -fno-implicit-templates -c sql_acl.cc
In file included from ../include/global.h:186,
                 from mysql_priv.h:20,
                 from sql_acl.cc:28:
/usr/include/alloca.h:71: warning: declaration of `void * alloca(int)'
/usr/include/alloca.h:71: warning: conflicts with built-in declaration `void * a
lloca(long unsigned int)'
sql_acl.cc: In function `int replace_column_table(GRANT_TABLE *, TABLE *, const
LEX_USER &, List<LEX_COLUMN> &, const char *, const char *, unsigned int, bool)'
:
sql_acl.cc:1459: Internal compiler error in `scan_region', at except.c:2566
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.
gnumake[3]: *** [sql_acl.o] Error 1
gnumake[3]: Leaving directory `/usr/local/mysql/mysql-3.23.33/sql'
gnumake[2]: *** [all-recursive] Error 1
gnumake[2]: Leaving directory `/usr/local/mysql/mysql-3.23.33/sql'
gnumake[1]: *** [all-recursive] Error 1


Peter Pentchev wrote:

> On Fri, Mar 02, 2001 at 11:30:31AM -0500, Terry Babbey wrote:
> > Here is my configure statement and the generated error message ( I am using
> > GCC2.95.2):
> >
> > CC="gcc" CXX="gcc" ./configure --prefix=/usr/local/mysql
>
> Have you tried CXX="g++"?  The C++ compiler of the GNU Compiler Suite
> is g++, you know..
>
> G'luck,
> Peter
>
> --
> This sentence would be seven words long if it were six words shorter.

--
__________________________________________________________________
Terry Babbey
Technical Support Specialist
Lambton College, Sarnia, Ontario, Canada
__________________________________________________________________



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to