I have a problem building static Qt4.5.1 with Visual Studio 2008.
I have WinXP SP3 on a HPd330, 1.49GB
I have installed qt-win-opensource-4.5.1-mingw.exe.
I follow the instructions in Assistant, I open the Visual Studio 2008 command window:
cd c:\Qt\4.5.1
configure -static
nmake sub-src

After a few hours I get:
Qt Code:
  1. lib /NOLOGO /OUT:..\..\..\..\lib\QtWebKit.lib @C:\DOCUME~1\bnilsson\LOCALS~1\Temp\nm15A.tmp
  2. QtWebKit_pch.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link
  3. command line to improve linker performance
  4. ..\..\..\..\lib\QtWebKit.lib : fatal error LNK1106: invalid file or disk full: cannot seek to 0x48C8CA22
  5. NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\lib.EXE"' : return code '0x452'
  6. Stop.
  7. NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\nmake.exe"' : return code '0x2'
  8. Stop.
  9. NMAKE : fatal error U1077: 'cd' : return code '0x2'
  10. Stop.
  11. C:\Qt\4.5.1>
To copy to clipboard, switch view to plain text mode 
What could be the reason?
The disk is not full, I have about 40GB left.


BN