Qt 2.3.2 RPMs compiled with Gcc 3 for RedHat 7.1/7.2 are available at http://www.doomed.to/showeq/
The two RPMS you need for ShowEQ 4.0 are qt-gcc3-2.3.2-1.i386.rpm and qt-gcc3-devel-2.3.2-1.i386.rpm which are also being mirrored under ftp://azriel.trifocus.net/pub/redhat .
To install the RPMs use the following command:
These RPMs install Qt under /opt/qt-gcc3-2.3.2 so adjust any instructions you are following to use that path. These were compiled with the version of G++ 3.x included with RedHat 7.2.Code:rpm -ihv qt-gcc3-2.3.2-1.i386.rpm qt-gcc3-devel-2.3.2-1.i386.rpm
I've also included a handy dandy shell script for the bash/sh users in the audience called '/opt/bin/useqt232'. Just source it as follows:
To setup the appropriate QT environment variables.Code:$ . /opt/bin/useqt232
You still need to set the compiler related environment variables for configuring and compiling ShowEQ though.
Enjoy,
Zaphod (dophaZ)