Okay, this is probably a stupid question, but I need a hand.

I've been getting errors in ./configure. Some of which I expect and have fixed, but one remains...

I installed gcc 3.0.2 (and all of the associated things with it.) When I do a gcc --version, it reports 3.0.2. This cleared the GCC-related error in ./configure.

After completing that, I downloaded the 2.3.2 maintenance release from trolltech. Ran the ./configure and make with this. That cleared the QT errors in ./configure. Now, I get the happy message that Qt is workable.

However, I get the following:

checking for deque.h... no
configure: error: cannot find deque.h


deque.h is located in the libstdc++-devel-3.0.2-0.1 RPM, and is installed in /usr/include/g++-v3/backward

I've not had troubles with previous versions of SEQ, so I suspect that the problem is somehow related to the gcc3.0.2 upgrade. I installed gcc from the related RPMs which I got from www.rpmfind.com.

Any ideas?