Trac is being migrated to new services! Issues can be found in our new 
YouTrack instance and WIKI pages can be found on our 
website.
        
      
    
      
      
      
        - Timestamp:
- 
            Feb 28, 2012, 10:20:20 PM (12 years ago)
        
- Author:
- 
          datallah
        
- Comment:
- 
          
          
Improve the gcc instructions and fix links
 
        
          Legend:
          
            - Unmodified
- Added
- Removed
- Modified
 
        
  
      - 
        
        
              
              
                
                  | v119 | v120 |  |  
                          | 42 | 42 | }}} |  
                          | 43 | 43 |  |  
                        | 44 |  | 3. Install the MinGW "GCC Version 4" packages from the [http://www.mingw.org MinGW site]. |  
                        | 45 |  | * There isn't currently an installer for these; the following instructions are distilled from the MinGW manual instructions [http://www.mingw.org/wiki/InstallationHOWTOforMinGW#toc2 here] |  
                        |  | 44 | 3. Install the MinGW "GCC Version 4.4.0" packages from the [http://www.mingw.org MinGW site]. |  
                        |  | 45 | * There isn't an installer for these; the following instructions have distilled from the MinGW manual instructions |  
                        |  | 46 | ** There are known issues with the 4.6.x versions for mingw gcc; be sure to use the version as described below |  
                          | 46 | 47 | * Create a `win32-dev/mingw` directory and download the following into it: |  
                        | 47 |  | * [http://sourceforge.net/projects/mingw/files/MinGW/Base System/GNU-Binutils/binutils-2.20/binutils-2.20-1-mingw32-bin.tar.gz/download binutils-2.20] |  
                        | 48 |  | * mingw-runtime 3.17 ([http://sourceforge.net/projects/mingw/files/MinGW/Base System/RuntimeLibrary/MinGW-RT/mingwrt-3.17/mingwrt-3.17-mingw32-dev.tar.gz/download dev] and [http://sourceforge.net/projects/mingw/files/MinGW/BaseSystem/RuntimeLibrary/MinGW-RT/mingwrt-3.17/mingwrt-3.17-mingw32-dll.tar.gz/download dll]) |  
                        | 49 |  | * [http://sourceforge.net/projects/mingw/files/MinGW/Base System/RuntimeLibrary/Win32-API/w32api-3.14/w32api-3.14-mingw32-dev.tar.gz/download w32-api 3.14] |  
                        | 50 |  | * Required runtime libraries for GCC ([http://sourceforge.net/projects/mingw/files/MinGW/Base System/GCC/Version4/Previous%20Release%20gcc-4.4.0/gmp-4.2.4-mingw32-dll.tar.gz/download gmp 4.2.4], [http://sourceforge.net/projects/mingw/files/MinGW/libiconv/libiconv-1.13.1-1/libiconv-1.13.1-1-mingw32-dll-2.tar.lzma/download libiconv 1.13.1], [http://sourceforge.net/projects/mingw/files/MinGW/BaseSystem/GCC/Version4/Previous%20Release%20gcc-4.4.0/mpfr-2.4.1-mingw32-dll.tar.gz/download MPFR 2.4.1] and [http://sourceforge.net/projects/mingw/files/MinGW/BaseSystem/GCC/Version4/Previous%20Release%20gcc-4.4.0/pthreads-w32-2.8.0-mingw32-dll.tar.gz/download pthreads 2.8.0]) |  
                        | 51 |  | * gcc-core 4.4.0 ([http://sourceforge.net/projects/mingw/files/MinGW/Base System/GCC/Version4/Previous%20Release%20gcc-4.4.0/gcc-core-4.4.0-mingw32-bin.tar.gz/download bin] and [http://sourceforge.net/projects/mingw/files/MinGW/BaseSystem/GCC/Version4/Previous%20Release%20gcc-4.4.0/gcc-core-4.4.0-mingw32-dll.tar.gz/download dll]) |  
                        |  | 48 | * [http://sourceforge.net/projects/mingw/files/MinGW/Base/binutils/binutils-2.20/binutils-2.20-1-mingw32-bin.tar.gz/download binutils-2.20] |  
                        |  | 49 | * mingw-runtime 3.17 ([http://sourceforge.net/projects/mingw/files/MinGW/Base/mingw-rt/mingwrt-3.17/mingwrt-3.17-mingw32-dev.tar.gz/download dev] and [http://sourceforge.net/projects/mingw/files/MinGW/Base/mingw-rt/mingwrt-3.17/mingwrt-3.17-mingw32-dll.tar.gz/download dll]) |  
                        |  | 50 | * [http://sourceforge.net/projects/mingw/files/MinGW/Base/w32api/w32api-3.14/w32api-3.14-mingw32-dev.tar.gz/download w32-api 3.14] |  
                        |  | 51 | * Required runtime libraries for GCC ([http://sourceforge.net/projects/mingw/files/MinGW/Base/gcc/Version4/Previous%20Release%20gcc-4.4.0/gmp-4.2.4-mingw32-dll.tar.gz/download gmp 4.2.4], [http://sourceforge.net/projects/mingw/files/MinGW/Base/libiconv/libiconv-1.13.1-1/libiconv-1.13.1-1-mingw32-dll-2.tar.lzma/download libiconv 1.13.1], [http://sourceforge.net/projects/mingw/files/MinGW/Base/gcc/Version4/Previous%20Release%20gcc-4.4.0/mpfr-2.4.1-mingw32-dll.tar.gz/download MPFR 2.4.1] and [http://sourceforge.net/projects/mingw/files/MinGW/Base/gcc/Version4/Previous%20Release%20gcc-4.4.0/pthreads-w32-2.8.0-mingw32-dll.tar.gz/download pthreads 2.8.0]) |  
                        |  | 52 | * gcc-core 4.4.0 ([http://sourceforge.net/projects/mingw/files/MinGW/Base/gcc/Version4/Previous%20Release%20gcc-4.4.0/gcc-core-4.4.0-mingw32-bin.tar.gz/download bin] and [http://sourceforge.net/projects/mingw/files/MinGW/Base/gcc/Version4/Previous%20Release%20gcc-4.4.0/gcc-core-4.4.0-mingw32-dll.tar.gz/download dll]) |  
                          | 52 | 53 | * Extract all of the above downloaded files directly into the `win32-dev/mingw` directory. |  
                          | 53 | 54 | * You will need to set MinGW's bin directory before Cygwin's in your `PATH`.[[BR]] |  
 
 
       
   
     
    
        All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public.  Do not post confidential information, especially passwords!