This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
|
gcc Version 2.95.2-13
Debian Kernel 2.2.12
I was compiling mysql V mysql-3.23.24-beta
in the mysql directory
I executed the command
make
The following occured after serveral minutes of compiling
--------------------------------------------------
ibmystrings.a -ldl -lnsl -lm -lcrypt
-lpthread c++ -O3 -DDBUG_OFF -fno-implicit-templates -rdynamic -o mysqlbinlog mysqlbinlog.o mini_client.o net_serv.o mini_client_errors.o violite.o password.o ../isam/libnisam.a ../merge/libmerge.a ../myisam/libmyisam.a ../myisammrg/libmyisammrg.a ../heap/libheap.a ../mysys/libmysys.a ../dbug/libdbug.a ../regex/libregex.a ../strings/libmystrings.a -ldl -lnsl -lm -lcrypt -lpthread c++ -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_lex.cc In file included from sql_lex.cc:76: lex_hash.h:405: Internal compiler error. lex_hash.h:405: Please submit a full bug report. lex_hash.h:405: See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions. make[3]: *** [sql_lex.o] Error 1 make[3]: Leaving directory `/usr/local/mysql-3.23.24-beta/sql' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/local/mysql-3.23.24-beta/sql' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/mysql-3.23.24-beta' make: *** [all-recursive-am] Error 2 Regards Imagination is More Important then Knowledge
|
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |