PDA

View Full Version : Unsolved ubuntu installation of qt problem



sincnarf
30th September 2007, 09:34
Hello I have problems on installing qt-x11-opensource-src-4.3.1 with Ubuntu Feisty Fawn. I followed the instruction on the INSTALL and README file that's unzipped from the archive.... Had errors on x11 so I followed the instructions on
http://www.qtforum.org/thread.php?threadid=21636 but I get a different error this time.

nts/qt-x11-opensource-src-4.3.1/lib -lrt -lpthread -lXext -lX11 -lm -ldl
/usr/bin/ld: cannot find -lXext
collect2: ld returned 1 exit status
make[1]: *** [../../lib/libQtGui.so.4.3.1] Error 1
make[1]: Leaving directory `/home/cisnarf/Documents/qt-x11-opensource-src-4.3.1/src/gui'
make: *** [sub-gui-make_default-ordered] Error 2


I badly need to compile qt on Ubuntu. By the way I used the same qt install (qt-x11-opensource-src-4.3.1) on Mandriva Linux 2007 and the installation went smoothly.

jpn
30th September 2007, 09:41
sudo apt-get install libxext-dev