Thread: MinGW Installation checklist (win32)

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446

    MinGW Installation checklist (win32)

    I've decided to uninstall MinGW and do a manual installation this time for a win32 machine. My first time doing it this way. I need your help determining if I'm missing anything.

    Downloaded and installed the following packages:

    Code:
    gcc-core-3.4.2
    gcc-g++-3.4.2
    w32api-3.6
    binutils-2.15.91-20040904-1
    mingw-runtime-3.9
    mingw-utils-0.3
    mingw32-make-3.80.0-3
    
    and also,
    
    gdb-5.2.1-1
    The above is pretty much a standard installation, correct? Anything I should add?

    Where I do have doubts is:

    Do I need MSYS? I'm not sure I can understand what exactly is MSYS. This is probably an indicator I don't need it...

    Planning on using Code::Blocks with this. However, if I want to compile from the command prompt, are \lib, \include, and \bin, the only I need to add to my PATH environment var?

    What is the difference between c++ and g++?
    Last edited by Mario F.; 06-24-2006 at 11:30 AM.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. MinGW Installation
    By Neo1 in forum Tech Board
    Replies: 4
    Last Post: 05-29-2007, 02:10 PM
  2. Win32 API or Win32 SDK?
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 07-20-2005, 03:26 PM
  3. Win32 Thread Object Model Revisted
    By Codeplug in forum Windows Programming
    Replies: 5
    Last Post: 12-15-2004, 08:50 AM
  4. Alternative win32 compiler? And linking asm libs?
    By JMB in forum C++ Programming
    Replies: 4
    Last Post: 10-11-2002, 01:22 PM
  5. OLE Clipboard :: Win32 API vs. MFC
    By kuphryn in forum Windows Programming
    Replies: 3
    Last Post: 08-11-2002, 05:57 PM