I tried the following export CXX=/usr/bin/g++-2.95 export CPP=/usr/bin/cpp-2.95
before ./configure and make and received the message: <SNIP> checking for Qt... configure: error: Qt (>= Qt 3.1 (20021021)) (headers and libraries) not found. Please check your installation! For more details about this problem, look at the end of config.log. I'm told this is because g++ and cpp needed to be redirected to 2.95 instead of 3.2. What I have done wrong with the exports up above? -- Comments are most appreciated, Bob

