I have a Dec 3000/600 running 4.0F. I'm using gcc 2.95.2 and DEC C
V5.9-005
I'm trying to compile mysql 3.22.32 and I've used these different
configure lines from the INSTALL doc:
1. configure --prefix=/usr/local/mysql
2. CC=cc CFLAGS=-0 CXX=gcc CXXFLAGS=-03 \
./configure --prefix=/usr/local/mysql
3. CC=gcc CXX=gcc CXXFLAGS=-03 \
./configure --prefix=/usr/local/mysql
For 2 and 3, I get this error:
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:1367: Internal compiler error in 'scan_region', at
except.c:2566
For 1, I get this:
I can't remember, but I'm doing it again right now in case someone needs
to know.
I tried to install the OSF 4.0F binary from mysql.com but it fails this
way:
I do this:
./scripts/mysql_install_db
It errors:
5472:./bin/mysqld: /sbin/loader: Error: Unresolved symbol in
./bin/mysqld: __cxx_call_static_dtors
Installation of grant tables failed!
Any ideas?
Dan
Received on Thu Mar 30 2000 - 23:47:33 NZST