User forums > General (but related to Code::Blocks)
TDM-GCC 4.5 series (Latest: 4.5.2 - 2011-03-27)
thomas:
--- Quote from: TDragon on September 03, 2010, 05:06:54 pm ---Thank you for failing to read --
* the TDM-GCC README,
* Code::Blocks documentation,
* Code::Blocks' own compiler settings dialog, and
* the error message right before your eyes!You've really made my day.
--- End quote ---
Oh oh... I've not read those either... *whistles* :)
Let's hope my above post isn't documented in these.
TDragon:
--- Quote from: thomas on September 03, 2010, 05:16:58 pm ---The second, much more severe issue is that the linker chokes on classes that have inline virtual destructors, complaining about double definitions. It also seems to have issues with classes which are derived from a virtual base class that do not provide an instance of the virtual destructor. Adding an instance (in a source file) removes the problem.
--- End quote ---
I'll look into this if I get a chance.
--- Quote ---By the way, is there a way to make windres a bit less stupid? It seems to have hardcoded gcc.exe in its guts and apparently cannot be convinced by any means to invoke anything different, which of course means that it will consistently fail if the binary is named gcc-dw2.exe, both when building wxWidgets and anything that uses resources otherwise.
--- End quote ---
If I'm right, windres only invokes gcc for preprocessing purposes, so you should be able to add --preprocessor="gcc-dw2 -E -xc -DRC_INVOKED" to the windres command line to fix this.
Phenom:
Hi, I was using TDM-GCC under Windows XP without problems. But recently I switched to Windows 7 and when I try to run an application compliled with TDM-GCC 4.5.0 I get that "libgcc_s_dw2-1.dll" is missing. Is this dll supposed to be installed with the compiler?
NOTE: Programms that were compiled with gcc 3.4.5 run normally.
How can I solve this issue?
MortenMacFly:
--- Quote from: Phenom on September 04, 2010, 08:11:46 pm ---"libgcc_s_dw2-1.dll" is missing.
[...]
How can I solve this issue?
--- End quote ---
http://lmgtfy.com/?q=%22libgcc_s_dw2-1.dll%22+is+missing
Phenom:
I already have downloaded the missing file. But, what I wanted is to make my app run without it so I can distribute it without dlls.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version