If you were missing some package, configure should tell you about it.
Could you do a little test? Enter the directory where Qt sources are and enter these commands:This will verify that soft links work.$ pwd
/home/users/jacek/Qt
$ echo "test" > test
$ ln -s test test2
$ cat test2
test
$ ls -la test*
-rw------- 1 jacek users 5 2006-07-01 14:53 test
lrwxrwxrwx 1 jacek users 4 2006-07-01 14:53 test2 -> test
$ ls -la include/QtCore/qconfig.h
lrwxrwxrwx 1 jacek users 49 2006-06-22 19:33 include/QtCore/qconfig.h -> /home/users/jacek/Qt/src/corelib/global/qconfig.h




Reply With Quote
Bookmarks