User forums > General (but related to Code::Blocks)

I am waiting for Mingw 4.x

<< < (3/5) > >>

Blue-Tiger:
Well, however things seem to become better. For GCC 4.3 mingw was added as a secondary plattform (http://gcc.gnu.org/ml/gcc/2006-09/msg00368.html ), which means that the devs will now put serious effort in the mingw-version of the gcc. According to http://gcc.gnu.org/gcc-4.3/criteria.html :


--- Quote ---Our release criteria for the secondary platforms is:

    * The compiler bootstraps successfully, and the C++ runtime library builds.
    * The DejaGNU testsuite has been run, and a substantial majority of the tests pass.

--- End quote ---

Which as i understand it means that "GCC 4.3 will only be released once it runs on every secondary platform". As MingW is now a secondary plattform, i guess we can expect MingW 4.3 to come out as soon as GCC 4.3 will be released (Which might still take some time, i'm guessing Februrary/March 2007: http://gcc.gnu.org/develop.html#timeline ).

cmaxb:
Sadly I will have to abandon C::B and go back to visual studio. The lack of debugger on x64 is too painful. I would pay someone to fix it for me, but they must be small group who could.

takeshimiya:

--- Quote from: cmaxb on December 05, 2006, 03:49:30 am ---Sadly I will have to abandon C::B and go back to visual studio. The lack of debugger on x64 is too painful. I would pay someone to fix it for me, but they must be small group who could.

--- End quote ---
have you tried using the visual studio compiler and cdb, but inside C::B?

Grom:
I am using non official mongw gcc 4.1.1 that you can find there: http://oss.netfarm.it/mplayer-win32.php. I use gcc in scientific programming to be sure that my program is cross platform. Both gcc 4.1.1 and vc2005 give for me after all optimizations the same fast code, which is about 10% faster then I heve with mingw gcc 3.4.5. The only one problem - code generated be that version of gcc 4.1.1 is larger 15% then with gcc 3.4.5 and twice large than with vc2005 :?.  The same code, compiled under linix suse works 20% faster :shock:.

In my project I use wxWidgets and everything was compiled without any problems even with widgets compiled with gcc 3.4.5.
Also I tested nonofficial mingw gcc 4.2.0. That should have openMP support but in nonofficial version it is no supported.  Meanwhile, I saw tiles from openMP in mingw gcc 4.2.0.

Finally, have fan with nonofficial versions :D.

Belgabor:
I also found that binaries seem to be a tad bit bigger with GCC 4.1.1, but they sometimes can also compress better with upx :D

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version