2006-03-10 12:08:44 UTC
After configure I would encounter error about libraries which can't be found.
By setting manually:
all_libraries = -L/usr/X11R6/lib64 -L/usr/lib64/qt-3.3/lib -L/usr/lib64 -L/usr/lib
in main Makefile, compilation would finish ok.
then again, starting it up would complain about "could not find our part" (well... that's some message!!! ;) )
now, doing make -f Makefile.qt, as per instructions, after modifying the line:
LIBS = $(SUBLIBS) -L/usr/lib64/ -L$(QTDIR)/lib64/ -L/usr/lib -L$(QTDIR)/lib/ -L/usr/X11R6/lib/ -L/usr/X11R6/lib64/ -lqt-mt -lXext -lX11 -lm -lpthread
AR
would result in working installation