Dev-C++ compile instructions

Steven Boothe steven at poiema.org
Mon Feb 14 12:21:00 CET 2005


Peter Kümmel wrote:
> Here are instructions for Dev-C++.
> Regards,
> Peter

Hello Peter,

First a huge thanks for putting this recipe together for Dev-C++. I especially 
appreciate that at a minimum it offers the opportunity to aquire a working 
mingw compiler with a much smaller download. However, I attempted to follow 
the instructions on a fairly new laptop, running winXP Home, on a Pentium 4 
3GHz system and came up with the following error on running configure:

mingw32-make -f Makefile
mingw32-make[5]: Entering directory 
`C:/Source/qt-3/examples/sql/overview/subclass3'
g++ -c -mthreads -w -g -fno-exceptions -fno-rtti  -DUNICODE 
-DQT_THREAD_SUPPORT -DQT_ACCESSIBILITY_SUPPORT -DQT_TABLET_S
UPPORT -I"C:\source\qt-3\include" 
-I"C:\source\qt-3\examples\sql\overview\subclass3" -I"tmp\moc\debug-static-mt" 
-I"C:\s
ource\qt-3\mkspecs\win32-g++" -o tmp\obj\debug-static-mt\main.o main.cpp
g++ -c -mthreads -w -g -fno-exceptions -fno-rtti  -DUNICODE 
-DQT_THREAD_SUPPORT -DQT_ACCESSIBILITY_SUPPORT -DQT_TABLET_S
UPPORT -I"C:\source\qt-3\include" 
-I"C:\source\qt-3\examples\sql\overview\subclass3" -I"tmp\moc\debug-static-mt" 
-I"C:\s
ource\qt-3\mkspecs\win32-g++" -o tmp\obj\debug-static-mt\connection.o 
..\connection.cpp
g++ -Wl,-enable-stdcall-fixup -Wl,-enable-auto-import 
-Wl,-enable-runtime-pseudo-reloc -mthreads -Wl,-subsystem,windows
-e __Z19QtWinMainCRTStartupv -o subclass3.exe tmp\obj\debug-static-mt\main.o 
tmp\obj\debug-static-mt\connection.o  -L"C:
\source\qt-3\lib" -lqtmain -lqt-mt -lopengl32 -lglu32 -lkernel32 -luser32 
-lgdi32 -lcomdlg32 -ladvapi32 -lshell32 -lole3
2 -loleaut32 -luuid -limm32 -lwinmm -lwsock32 -lwinspool
C:\Dev-Cpp\bin\..\lib\gcc-lib\mingw32\3.3.1\..\..\..\..\mingw32\bin\ld.exe: 
final link failed: No space left on device
mingw32-make[5]: *** [subclass3.exe] Error 1
mingw32-make[5]: Leaving directory 
`C:/Source/qt-3/examples/sql/overview/subclass3'
mingw32-make[4]: *** [sub-subclass3] Error 2
mingw32-make[4]: Leaving directory `C:/Source/qt-3/examples/sql/overview'
mingw32-make[3]: *** [sub-overview] Error 2
mingw32-make[3]: Leaving directory `C:/Source/qt-3/examples/sql'
mingw32-make[2]: *** [sub-sql] Error 2
mingw32-make[2]: Leaving directory `C:/Source/qt-3/examples'
mingw32-make[1]: *** [sub-examples] Error 2
mingw32-make[1]: Leaving directory `C:/source/qt-3'
mingw32-make: *** [init] Error 2
C:\Source\qt-3>

Now the crazy thing is before I started this excersize, out of curiosity I 
checked the space on the hardrive and had 5.1GB. I just checked now and only 
have 3.82MB??? Something doesn't seem right about this.

Cheers, and thanks again,

Steven


More information about the kde-cygwin mailing list