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]

gcc2.95.1 error while compiling mySQL 3.22.27


Hi,

I am trying to get mySQL 3.22.27 compiled for Digital Unix 4.0C. on an
Alpha
workstation 500au, 258Mb RAM. 
After: 
./configure --prefix=/usr/local/mysql
make

I got:

In file included from ../include/global.h:123,
                 from mysql_priv.h:15,
                 from sql_acl.cc:25:
/usr/include/alloca.h:71: warning: declaration of `void * alloca(int)'
/usr/include/alloca.h:71: warning: conflicts with built-in declaration
`void * alloca(long unsigned int)'
sql_acl.cc: In function `int replace_column_table(THD *, GRANT_TABLE *,
TABLE *, const LEX_USER &, List<LEX_COLUMN> &, const char *, const char
*, unsigned int, bool)':
sql_acl.cc:1370: 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.
make[3]: *** [sql_acl.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2


My C/C++ knowledge is close to zero, but I assume that "sql_acl.cc"
caused the problem. 
I am including bzip-ed "sql_acl.cc" file.
Well, if I can be of any help to you, let me know.

Greetings

Darek


---
e-mail: Darek.Kedra@NO_SPAAMcmm.ki.se
Center of Molecular Medicine (CMM),  Karolinska Hospital,
Building L-8.00,  S-171 76 Stockholm, Sweden
phone: +46-8-5177-3922 fax: +46-8-5177-3909


--== Sent via Deja.com http://www.deja.com/ ==--
Share what you know. Learn what you don't.

sql_acl.cc.bz2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]