|
Assuming that the files are actually ok, I'd bet on a permissions issue.
Typically, you will want to do everything (download, untar, configure, make) as a user (not root) up until the "make install" for which you most likely _do_ want to be root. But, that said, I haven't tried to build Qt, so I may be off base.
-Bob
|