mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: Sep. 18 2007,22:58 |
|
If you're using a frugal install of DSL, the space on your disks is mostly irrelevant. Apart from scratch, DSL will only use ram for storing data. Perhaps you don't have enough ram to install the compiler *and* Qt. Qt is extremely bloated, but it certainly doesn't use 1.5gb.
You could try changing the install path to a persistent location. For example, use a persistent /opt directory (boot option opt=hda1, for example), and configure with ./configure --prefix=/opt/qt
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|