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]

Compile Bug Report


GCC Version : gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
System type : Pentium - 120
                      RAM - 32M
                      HDD - 1.7G(120M swap patition)
                      Redhat Linux 6.0
 
MySQL 3.23.6
compile option 
          : ./configure --prefix=/usr/local/mysql \
            > --localstatedir=/usr/local/mysql/data --with-charset=euc_kr
 
 
Error screen :
 
make[2]: Entering directory `/usr/src/redhat/BUILD/mysql-3.23.6-alpha/sql'
Making all in share
make[3]: Entering directory `/usr/src/redhat/BUILD/mysql-3.23.6-alpha/sql/share'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/src/redhat/BUILD/mysql-3.23.6-alpha/sql/share'
make[3]: Entering directory `/usr/src/redhat/BUILD/mysql-3.23.6-alpha/sql'
 
c++ -DMYSQL_SERVER                      -DDEFAULT_MYSQL_HOME="\"/usr/local/mysql
\""                     -DDATADIR="\"/usr/local/mysql/data\""                  -
DSHAREDIR="\"/usr/local/mysql/share/mysql\""                    -DHAVE_CONFIG_H
-I./../include                  -I./../regex                    -I. -I../include
 -I.. -I.    -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O
3 -DDBUG_OFF   -fno-implicit-templates -D_FILE_OFFSET_BITS=64 -c item.cc
item.cc: In method `void Item_field::set_field(class Field *)':
item.cc:90: Internal compiler error.
item.cc:90: Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'.
item.cc:90: See <URL:http://egcs.cygnus.com/faq.html#bugreport> for details.
 
make[3]: *** [item.o] Error 1
make[3]: Leaving directory `/usr/src/redhat/BUILD/mysql-3.23.6-alpha/sql'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/redhat/BUILD/mysql-3.23.6-alpha/sql'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/redhat/BUILD/mysql-3.23.6-alpha'
make: *** [all-recursive-am] Error 2
[root@localhost mysql-3.23.6-alpha]#

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