Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » External resources » MingW/GCC 4.1
Re: MingW/GCC 4.1 [message #7223 is a reply to message #7185] Mon, 18 December 2006 22:44 Go to previous messageGo to previous message
Werner is currently offline  Werner
Messages: 234
Registered: May 2006
Location: Cologne / Germany
Experienced Member
Balage wrote on Mon, 18 December 2006 00:13

Why don't you just get it from here?
http://gcc.winports.org/

I compile all my apps with it. Optimizes very efficiently, especially if you turn on -march=athlon-xp or -march=pentium4 (I've tried it with some image processing code I wrote, way much better than 3.4).

You still need binutils, w32api, etc. from mingw site though.

And also, this version of GCC4 cannot find it's own includes (if installed somewhere else, than C:\MinGW), so you have to modify the INCLUDES in TheIDE (or whatever you use) to include these:

<GCC4>/include
<GCC4>/include/c++/4.1.1
<GCC4>/include/c++/4.1.1/mingw32

--
Greets,
B.


Works, but somewhat slow compared to MSC8:

Building "ide.exe" on an outdated Pentium 4, 2.66 GHz, with 1 GB RAM:

GCC 4.1.1 optimal: 16:52:39 min
MSC8 optimal: 9:39:37 min

Thanks again for the hint, Balage!

Werner
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Compiling a U++ Program with eclipse
Next Topic: Windows Installer XML (WiX) toolset
Goto Forum:
  


Current Time: Fri May 10 16:31:32 CEST 2024

Total time taken to generate the page: 0.02044 seconds