hi wysota...Originally Posted by wysota
a strange thing is happening.. when i am trying to run make sub-src, its taking too much of memory... and saying that no memory left on device.. i had more than 250 MB free for this purpose and strangely all of it is consumed while compiling.. this is strange.. never happened before when i used just "make".. what can be the reason for it.. the error which it displays before exiting is this..
[HTML]
g++ -mthreads -Wl,-enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runt
ime-pseudo-reloc -shared -Wl,--out-implib,C:\Qt\4.1.1\lib\libQtSvgd4.a -o "..\..
\lib\QtSvgd4.dll" object_script.QtSvgd.Debug -L"C:\Qt\4.1.1\lib" -L"C:\Qt\4.1.1
\lib" tmp\obj\debug_shared\QtSvgd_resource.o -lQtXmld4 -lQtGuid4 -lQtCored4
Creating library file: C:\Qt\4.1.1\lib\libQtSvgd4.a
C:\MinGW\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\ mingw32\bin\ld.exe: final link
failed: No space left on device
collect2: ld returned 1 exit status
mingw32-make[3]: *** [..\..\lib\QtSvgd4.dll] Error 1
mingw32-make[3]: Leaving directory `C:/Qt/4.1.1/src/svg'
mingw32-make[2]: *** [debug-all] Error 2
mingw32-make[2]: Leaving directory `C:/Qt/4.1.1/src/svg'
mingw32-make[1]: *** [sub-svg-make_default-ordered] Error 2
mingw32-make[1]: Leaving directory `C:/Qt/4.1.1/src'
mingw32-make: *** [sub-src] Error 2
[/HTML]
Bookmarks