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.

Changes between Version 145 and Version 146 of BuildingWinPidgin


Ignore:
Timestamp:
Feb 18, 2013, 7:13:11 PM (11 years ago)
Author:
datallah
Comment:

Update gcc version

Legend:

Unmodified
Added
Removed
Modified
  • BuildingWinPidgin

    v145 v146  
    4242}}}
    4343
    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 newer gcc versions; be sure to use the version as described below
    47   * Create a `win32-dev/mingw` directory and download the following into it:
    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])
    53   * Extract all of the above downloaded files directly into the `win32-dev/mingw` directory.
     44  3. Install the MinGW "GCC Version 4.7.2" packages from the [http://www.mingw.org MinGW site] by following [http://www.mingw.org/wiki/InstallationHOWTOforMinGW their instructions].
    5445  * You will need to set MinGW's bin directory before Cygwin's in your `PATH`.[[BR]]
    5546   For Example (You should add the following to your `~/.bashrc` file, which is found in `C:\cygwin\home\YourUsername\` by default):
     
    5748#!sh
    5849  export PATH=/cygdrive/c/devel/pidgin-devel/win32-dev/mingw/bin:$PATH
    59 }}}
    60    If your Pidgin folder is inside Cygwin's, it should look more like this:
    61 {{{
    62 #!sh
    63   export PATH=/pidgin-devel/win32-dev/mingw/bin:$PATH
    6450}}}
    6551
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!