PDA

View Full Version : Trying to test v4 but...



monster69
12-19-2001, 12:36 PM
I have the v4 CVS down and have installed the updated versions of libs and compilers as outlined in INSTALL. I have compiled QT with gcc3. I get a clean configure and make.

however, when I try to execute ./showeq I get this:
./showeq: error while loading shared libraries: ./showeq: undefined symbol: _ZN2Qt9lightGrayE

I am sure that I am missing something very simple, however, since I am running on about 3 hours sleep, my puny brain can't get a grasp on it.

Thanks in advance.

monster69
12-19-2001, 12:53 PM
Stupid brain, should work better when tired.

Put in these commands (found in the QT INSTALL file):

QTDIR=/usr/local/qt (or your qt directory)
PATH=$QTDIR/bin:$PATH
MANPATH=$QTDIR/doc/man:$MANPATH
LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH

export QTDIR PATH MANPATH LD_LIBRARY_PATH


will add these to .config to make it permanent.