Results 1 to 2 of 2

Thread: Trying to test v4 but...

  1. #1
    Registered User
    Join Date
    Dec 2001
    Posts
    160

    Trying to test v4 but...

    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.

  2. #2
    Registered User
    Join Date
    Dec 2001
    Posts
    160

    fixed it myself

    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.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

You may post new threads
You may post replies
You may post attachments
You may edit your posts
HTML code is Off
vB code is On
Smilies are On
[IMG] code is On