That is what it tells me to do on the site. This is what I putg++ -I/usr/local/qt/include -L/usr/local/qt/lib -L/usr/X11R6/lib -lqt -lX11 -lXext -o kbbmc kbbmc-0.2.0.cpp
(Substitute the proper lib & include directories as appropriate)* Then copy the resulting executable to a directory that is included in your PATH.
This is redhat 7.2 what should I change to compile this thing?Code:[daniel@daniel kbbmc]$ g++ -I/usr/lib/qt-2.3.1/include -L/usr/lib/qt-2.3.1/ -L/usr/X11R6/lib -lqt -lX11 -lXext -o kbbmc kbbmc-0.2.0.cpp /usr/bin/ld: cannot find -lqt collect2: ld returned 1 exit status


Reply With Quote
Bookmarks