Eryl Flynn
03-24-2002, 12:19 AM
Using RH 7.2 and had SEQ working fine. Ran the CVS update, set up export lines, but make fails.
/bin/sh ../libtool --mode=link g++3 -D_REENTRANT -O2 -Wall -g -ggdb -DDEBUG -finline-functions -DQT_THREAD_SUPPORT=1 -DDISPLAY_ICONS=false -DICON_DIR=\"/eq-icons/\" -o sortitem sortitem.o util.o -L/usr/lib/qt-2.3.1/lib -lqt-mt -lpthread -rpath /usr/lib/qt-2.3.1/lib -rpath /usr/X11R6/lib -lEQ -lgdbm -lz -lpcap
/usr/bin/ld: cannot find -lqt-mt
collect2: ld returned 1 exit status
make[2]: *** [showeqitemdbtool] Error 1
make[2]: *** Waiting for unfinished jobs....
g++3 -D_REENTRANT -O2 -Wall -g -ggdb -DDEBUG -finline-functions -DQT_THREAD_SUPPORT=1 -DDISPLAY_ICONS=false -DICON_DIR=\"/eq-icons/\" -o sortitem sortitem.o util.o -L/usr/lib/qt-2.3.1/lib -lqt-mt -lpthread -lEQ /usr/lib/libgdbm.so -lz -lpcap -Wl,--rpath -Wl,/usr/lib/qt-2.3.1/lib -Wl,--rpath -Wl,/usr/X11R6/lib
/usr/bin/ld: cannot find -lqt-mt
collect2: ld returned 1 exit status
make[2]: *** [sortitem] Error 1
make[2]: Leaving directory `/root/showeq/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/showeq'
make: *** [all-recursive-am] Error 2
That is the fail message I get. As I said, I am updating. I have installed SEQ successfully on 2 machines, and updated them both once before, I am not sure what is going on since I am a linux n00b.
/bin/sh ../libtool --mode=link g++3 -D_REENTRANT -O2 -Wall -g -ggdb -DDEBUG -finline-functions -DQT_THREAD_SUPPORT=1 -DDISPLAY_ICONS=false -DICON_DIR=\"/eq-icons/\" -o sortitem sortitem.o util.o -L/usr/lib/qt-2.3.1/lib -lqt-mt -lpthread -rpath /usr/lib/qt-2.3.1/lib -rpath /usr/X11R6/lib -lEQ -lgdbm -lz -lpcap
/usr/bin/ld: cannot find -lqt-mt
collect2: ld returned 1 exit status
make[2]: *** [showeqitemdbtool] Error 1
make[2]: *** Waiting for unfinished jobs....
g++3 -D_REENTRANT -O2 -Wall -g -ggdb -DDEBUG -finline-functions -DQT_THREAD_SUPPORT=1 -DDISPLAY_ICONS=false -DICON_DIR=\"/eq-icons/\" -o sortitem sortitem.o util.o -L/usr/lib/qt-2.3.1/lib -lqt-mt -lpthread -lEQ /usr/lib/libgdbm.so -lz -lpcap -Wl,--rpath -Wl,/usr/lib/qt-2.3.1/lib -Wl,--rpath -Wl,/usr/X11R6/lib
/usr/bin/ld: cannot find -lqt-mt
collect2: ld returned 1 exit status
make[2]: *** [sortitem] Error 1
make[2]: Leaving directory `/root/showeq/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/showeq'
make: *** [all-recursive-am] Error 2
That is the fail message I get. As I said, I am updating. I have installed SEQ successfully on 2 machines, and updated them both once before, I am not sure what is going on since I am a linux n00b.