System Crashes When Building MySQL4
im running rh linux 8.0 w/ gcc 3.2.7. i tried to compile my own mysql 4 withCFLAGS="-O3" CXX=gcc CXXFLAGS="-O3 -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql --enable-assembler --localstatedir=/var/lib/mysql --sysconfdir=/etc --with-mysqld-ldflags=-all-static --without-innodb --with-named-zlibs=/usr/lib/libz.so.1.1.4 --with-extra-charsets=all --with-named-curses-libs=/usr/lib/libncurses.so.5
./configure went thru just fine. but when i started the "make" process, the entire system always crashes in the middle. had to ask dc to reboot it.
is there anyway i can find out the causes? and how can i prevent the system from crashing when building softwares and instead let it give an error message? could this be the problem of the gcc compiler?
my box is an amd xp2100 w/ 1g ram and the entire machine is idle(all other services stopped) when i was building it.