$ tar xvfz gtkwave-2.0.0pre5.tar.gz $ cd gtkwave-2.0.0pre5 $ ./configure $ make $ su Password # make install
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -g -O2 -c `test -f 'navigate.c' || echo './'`navigate.c> navigate.c:44: error: static declaration of 'page_divisor' follows non-static declaration currenttime.h:54: error: previous declaration of 'page_divisor' was here
$ rpm -qa | grep gcc compat-gcc-3.2.3-47.fc4.i386.rpm compat-gcc-32-c++-3.2.3-47.fc4.i386.rpm compat-libstdc++-33-0:3.2.3-47.fc4.i386.rpm
export CC=gcc32 export CXX=g++32