PDA

View Full Version : deque issues



permafrost
11-16-2002, 05:50 PM
I am attempting to set up a new seq box, but I am having a hell of a time getting it to run.

I've used the search feature and the INSTALL and INSTALL.newbies files but I am unable to solve the deque issue.

Problem -
When I run ./configure, I get this error:
.
.
.
checking for deque... no
configure: error: cannot find deque

When I try
>locate deque

I get

/usr/include/g++-3/deque
/usr/include/g++-3/deque.h
/usr/include/g++-3/stl_deque.h
/usr/include/c++/3.2/backward/deque.h
/usr/include/c++/3.2/bits/stl_deque.h
/usr/include/c++/3.2/deque

I am running RH 7.3 with gcc 3.2 and all supporting files installed.

I downloaded and complied and installed qt 2.3.2 using gcc 3.2.

I exported CXX=g++ and CC=gcc. When that didn't work, I tried exporting CXX=g++3 and CC=gcc3. That failed even earlier in ./configure.


Please help/flame, I've pulled out most of my hair over the last 2 weeks that I have been working on this!!!


permafrost

EDIT - Moved to RH 8.0 and had ZERO issues!