473,387 Members | 1,779 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

MingW

I would like to install the MingW 3.4.2/g++ compiler(which, I presume,
is the latest version) on my computer. I seem to be lost when I look at
the MingW download page:
http://www.mingw.org/download.shtml

Can someone please tell me how to go about doing it? Which are the
executables and packages I need to download in order to do this?

Thanks.
LRS.

Jul 23 '05 #1
2 1831
Kip
lr******@yahoo.co.in wrote:
I would like to install the MingW 3.4.2/g++ compiler(which, I presume,
is the latest version) on my computer. I seem to be lost when I look
at the MingW download page:
http://www.mingw.org/download.shtml

Can someone please tell me how to go about doing it? Which are the
executables and packages I need to download in order to do this?

Thanks.
LRS.


Greetings,

Don't worry about it. A lot of people have trouble with the UI on that
page. Download the following:

{Current->GCC->bin->gcc-core}
This is the C compiler and all of its dependencies.

{Current->GCC->bin->gcc-g++}
This is the C++ compiler, and all of its dependencies.

{Current->Windows API->bin->Windows API}
This includes the Windows headers and libs

{Current->binutils->bin->binutils (not the HTML one)}
Various utilities you will need, including the windows resource
compiler.

{Current->gdb->bin->gdb}
The debugger

{Current->make->bin->mingw32-make (the exe)}
And this runs the whole show =)

--
Kip Warner
Vertigo
http://TheVertigo.com
Jul 23 '05 #2
lr******@yahoo.co.in wrote:
I would like to install the MingW 3.4.2/g++ compiler(which, I presume,
is the latest version) on my computer. I seem to be lost when I look at
the MingW download page:
http://www.mingw.org/download.shtml

Can someone please tell me how to go about doing it? Which are the
executables and packages I need to download in order to do this?

Simply download this:

http://prdownloads.sf.net/mingw/MinG...3.exe?download
Alternatively you can install the latest Dev-C++ beta that uses this and also provides an
IDE (very good one for C++ beginners):

http://www.bloodshed.net/dev/devcpp.html

--
Ioannis Vranos

http://www23.brinkster.com/noicys

[I am using 90 characters word-wrapping - (800/640) *72= 90 or better described as:
(800/640) *80 - 10 for quotation= 90. If someone finds it inconvenient, please let me know].
Jul 23 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Joonas Paalasmaa | last post by:
Hi, When compiling Sketch's streamfilter C extension the errors below are raised during linking. What could cause the errors? (Python 2.3, MinGw 1.1 with GCC 2.95.3-6, Windows 98) Here are...
1
by: A. B., Khalid | last post by:
Hello all. After a search on Google it would seem that the users of Mingw have not had good results in compiling the python sources natively. See at least: ...
0
by: A. B., Khalid | last post by:
Hello all. After the effort of getting most of Python 2.3.4 Final compiled in MinGW (see: http://mail.python.org/pipermail/python-list/2004-June/225967.html, and get the patch and read more...
4
by: A. B., Khalid | last post by:
Hello all. This is to inform those interested in getting Python to compile in MinGW that the pyMinGW patch is now able to help compile both Python 2.3.4 Final and Python 2.4a3 and the resulting...
188
by: Ilias Lazaridis | last post by:
I'm a newcomer to python: - E01: The Java Failure - May Python Helps? http://groups-beta.google.com/group/comp.lang.python/msg/75f0c5c35374f553 - I've download (as suggested) the python...
4
by: Harald Mossige | last post by:
Dev-Cpp "dont se" MinGW. (Win2K) I have downloaded and run: devlup4991nomingw_setup.exe and MinGW-3.1.0-1.exe in those dirrectory:
2
by: ddh | last post by:
Hi, I download mingw in my system(XP SP2), and extract them in c:\mingw\gcc, so the directories looks like: c:\mingw\gcc\bin, c:\mingw\gcc\include ..., and I added c:\mingw\gcc\bin in my PATH...
2
by: Ldkeys77 | last post by:
Hello all, I downloaded mingw from sourceforge.net and wrote (Hello World) prg. it ran fine but I noticed that there were another (hello world) prg so I deleted that one and wrote my own again and...
66
by: Srijit Kumar Bhadra | last post by:
Is there any specific reason for not using MinGW to build the official distribution of Python for Win32? A quick Google search did not reveal the answer to my question. If a link is available,...
6
by: John | last post by:
Hi, I am using Eclipse C++ on Windows with MinGW for linkage. Can you tell me why the libraries used by MinGW (in the \MinGW\lib directory) have a .a extension, wich is unix library extension? I...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.