gcc42 version 4.2.3 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    gcc42  most recent diff


      View the most recent changes for the gcc42 port at: gcc42.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for gcc42.
      The raw portfile for gcc42 4.2.3 is located here:
      http://gcc42.darwinports.com/dports/lang/gcc42/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/gcc42
      Google
      Web Darwinports.com



      # $Id: Portfile 33644 2008-02-02 12:37:47Z mww macports.org $

      PortSystem 1.0

      Name: gcc42
      Version: 4.2.3
      Platform: darwin
      Category: lang
      Maintainers: mww
      Description: The GNU compiler collection
      Long Description: The GNU compiler collection, including front ends for C, C++, Objective-C, Objective-C++, Java and Fortran95.

      Homepage: http://gcc.gnu.org/
      master_sites ftp://ftp.funet.fi/pub/mirrors/sources.redhat.com/pub/gcc/releases/gcc-${version}/ ftp://ftp.gwdg.de/pub/linux/gcc/releases/gcc-${version}/ ftp://gcc.ftp.nluug.nl/mirror/languages/gcc/releases/gcc-${version}/ ftp://gcc.gnu.org/pub/gcc/releases/gcc-${version}/ gnu:/gcc/gcc-${version}

      set dcore gcc-core-${version}.tar.bz2
      set dfort gcc-fortran-${version}.tar.bz2
      set dcxx gcc-g++-${version}.tar.bz2
      set djava gcc-java-${version}.tar.bz2
      set dobjc gcc-objc-${version}.tar.bz2
      distfiles ${dcore} ${dfort} ${dcxx} ${djava} ${dobjc}

      checksums ${dcore} sha1 0896a32b36f2fcd3dd39c8424b548fab87b33873 ${dfort} sha1 99bbf22dad2d1a62e4f643c11a90a0508bbecca1 ${dcxx} sha1 4646f844d183a4c0b16917bc0194197bf7f0c000 ${djava} sha1 e1f003a283953b0d88dd9591af4cbcd47c44f973 ${dobjc} sha1 a4e164760cca65156b7864400562962e054e407f

      use_bzip2 yes

      depends_lib port:gmp port:mpfr port:libiconv

      set major 4.2

      worksrcdir build

      patch {
      # fix names of infopages
      foreach f { cpp cppinternals gcc gccint} {
      reinplace "s|${f}.info|${f}-mp-${version}.info|g" ${workpath}/gcc-${version}/gcc/doc/${f}.texi
      }
      }

      pre-configure {
      file mkdir ${worksrcpath}
      }

      configure.cmd ../gcc-${version}/configure
      configure.args --enable-languages=c,c++,java,objc,obj-c++,fortran --libdir=${prefix}/lib/${name} --includedir=${prefix}/include/${name} --infodir=${prefix}/share/info --mandir=${prefix}/share/man --with-local-prefix=${prefix} --with-system-zlib --disable-nls --disable-multilib --program-suffix=-mp-${major} --with-gxx-include-dir=${prefix}/include/${name}/c++/ --with-gmp=${prefix} --with-mpfr=${prefix}
      # do NOT use MacPorts binutils -- they do not work
      configure.env-append AR_FOR_TARGET=/usr/bin/ar AS_FOR_TARGET=/usr/bin/as LD_FOR_TARGET=/usr/bin/ld NM_FOR_TARGET=/usr/bin/nm OBJDUMP_FOR_TARGET=/usr/bin/objdump RANLIB_FOR_TARGET=/usr/bin/ranlib STRIP_FOR_TARGET=/usr/bin/strip

      use_parallel_build yes

      destroot.target install install-info-host

      post-destroot {
      file delete -force ${destroot}${prefix}/share/man/man7 ${destroot}${prefix}/share/info
      }

      #platform darwin 7 {
      # configure.cflags-append -force_cpusubtype_ALL
      # configure.env BOOT_CFLAGS="-g -O2 -force_cpusubtype_ALL"
      # build.args-append XCFLAGS=-force_cpusubtype_ALL
      #}

      post-destroot {
      # install/copy ffitarget.h only if we have it
      if {![catch {set ffitarget.h [glob ${destroot}${prefix}/lib/${name}/gcc/*/${version}/include/ffitarget.h]} result]} {
      file copy ${ffitarget.h} ${destroot}${prefix}/include/${name}/
      }
      xinstall -m 755 -d ${destroot}${prefix}/etc/select/gcc
      xinstall -m 444 ${filespath}/mp-gcc42 ${destroot}${prefix}/etc/select/gcc/
      }

      # odcctools currently do not compile for x64 - move to variant for the time being
      Variant: odcctools {
      depends_lib-append bin:odas:odcctools
      patch {
      reinplace "s|/usr/bin/libtool|${prefix}/bin/odlibtool|g" ${workpath}/gcc-${version}/gcc/config/darwin.h
      }
      configure.args-append --with-as=${prefix}/bin/odas --with-ld=${prefix}/bin/odld --with-ar=${prefix}/bin/odar
      }

      livecheck.check regex
      livecheck.url http://gcc.gnu.org/gcc-4.2/
      livecheck.regex GCC (4\\.2\\.\[0-9\])


    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/gcc42
      % sudo port install gcc42
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching gcc42
      ---> Verifying checksum for gcc42
      ---> Extracting gcc42
      ---> Configuring gcc42
      ---> Building gcc42 with target all
      ---> Staging gcc42 into destroot
      ---> Installing gcc42
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using gcc42 with these commands:
      %  man gcc42
      % apropos gcc42
      % which gcc42
      % locate gcc42

     Where to find more information:

    Darwin Ports



    image test