hi all. i'm trying to install m5 on my FC3 and get some error. i do not know why? can anyone here give me a hand? thanks!
[EMAIL PROTECTED] build]# scons ALPHA_SE/m5.debug scons: Reading SConscript files ... Checking for C header file fenv.h... (cached) yes Compiling in ALPHA_SE with MySQL support. scons: done reading SConscript files. scons: Building targets ... cp libelf/lib/sys_elf.h ALPHA_SE/libelf/sys_elf.h g++ -o ALPHA_SE/base/stats/events.do -c -pipe -fno-strict-aliasing -Wall -Wno-sign-compare -Werror -Wundef -g -gstabs+ -O0 -DDEBUG -Iext/dnet -I/usr/include/mysql -IALPHA_SE -Im5 m5/base/stats/events.cc In file included from m5/base/stats/events.cc:39: m5/base/mysql.hh: In member function `bool MySQL::Connection::autocommit(bool)': m5/base/mysql.hh:197: error: `mysql_autocommit' undeclared (first use this function) m5/base/mysql.hh:197: error: (Each undeclared identifier is reported only once for each function it appears in.) m5/base/mysql.hh: In member function `bool MySQL::Connection::commit()': m5/base/mysql.hh:203: error: `mysql_commit' undeclared (first use this function) m5/base/mysql.hh: In member function `bool MySQL::Connection::rollback()': m5/base/mysql.hh:209: error: `mysql_rollback' undeclared (first use this function) scons: *** [ALPHA_SE/base/stats/events.do] Error 1 scons: building terminated because of errors. [EMAIL PROTECTED] build]#
