i am trying to compile and install free qt for x11 2.2.4 in order to use kde 2.1. i'm using freebsd 4.3
i currently have XFree86 installed and working.
i followed these instructions:
ftp://ftp.trolltech.com/qt/source/INSTALL
i get through the unpacking fine and i set my .profile.
--
QTDIR=/usr/local/qt
PATH=$QTEDIR/bin:$PATH
MANPATH=$QTDIR/doc/man:$MANPATH
LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
export QTDIR PATH MANPATH LD_LIBRARY_PATH
--
but when i su to root and do "make", about 5-10 minutes into it, at this command:
--
g++ -L/usr/local/qt/lib -Wl,-rpath,/usr/local/qt/lib -o /usr/local/qt/bin/uic/uic.o ../shared/widgetdatabase.o ../shared domtool.o ../integration/kdevelop/kdewidgets.o -lqutil -L../lib -lqt
--
i get this:
--
/usr/lib/libGL.so.l: undefined reference to: 'pthread_getspecific'
/usr/lib/libGL.so.l: undefined reference to: 'pthread_key_create'
/usr/lib/libGL.so.l: undefined reference to: 'pthread_setspecific'
Stop in /usr/local/qt/tools/designer/uic.
*** Error code 1
Stop in /usr/local/qt/tools/designer
*** Error code 1
Stop in /usr/local/qt/tools/designer
*** Error code 1
Stop in /usr/local/qt/tools
*** Error code 1
Stop in /usr/local/qt/tools
*** Error code 1
Stop in /usr/local/qt
*** Error code 1
Stop in /usr/local/qt
#
--
sorry about the gigantic post but i wanted to be as specific as i could. i'd appreciate any help anyone could give me, as i've been having alot of problems getting any window managers to work.
okay,
-nydel