U++ framework
Do not panic. Ask here before giving up.

Home » Developing U++ » External resources » MingW/GCC 4.1
Re: MingW/GCC 4.1 [message #7185 is a reply to message #6325] Mon, 18 December 2006 00:13 Go to previous messageGo to previous message
Balage is currently offline  Balage
Messages: 17
Registered: December 2006
Promising Member
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.
 
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: Mon May 11 09:59:18 GMT+2 2026

Total time taken to generate the page: 0.00913 seconds