Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
FYI: GCC 4.5.0 on Mingw.org
Loaden:
--- Quote from: MortenMacFly on April 22, 2010, 03:55:26 pm ---...now it's:
gcc-4.5.0-1 (2010-04-19)
--- End quote ---
I try it, but it not working in here.
idblew:
Already testing with gcc-4.5.0-1 (2010-04-19)
Even tried setting the following in config.gcc
--- Quote ---LDFLAGS ?= --no-keep-memory --reduce-memory-overheads
--- End quote ---
Windows Vista (32-bit)
4GB RAM
reckless:
its a problem with inlined code in wxwidgets gcc-4.5.0 produces some pretty massive object files when heavy inlining is used unfortunatly the linker cant cope with it :(
theres a discussion somewhere on the wx forums about it.
reckless:
gcc-4.5.0 is released btw.
http://gcc.gnu.org/
wx compilation still runs out of memory though :S looking on how to fix that atm.
reckless:
Inline functions decorated with __declspec(dllexport) are now always
generated and included in object files. This also applies to methods
defined in classes decorated with __declspec(dllexport).
This may cause a general increase in object size, since gcc generates
copies of each dllexport'd inline function in all object files whose
source includes the header defining the function.
from mingw site about gcc-4.5.0
i foresee problems :lol:
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version