binutils version 2.17 for Mac OS X 10.5 Leopard
Monday the 12th of May, 2008

    binutils  most recent diff


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



      # $Id: Portfile 30690 2007-11-04 10:00:36Z pguyot kallisys.net $

      PortSystem 1.0
      Name: binutils
      Version: 2.17

      Description: FSF Binutils for native development.
      Long Description: Free Software Foundation development toolchain ("binutils") for native development. Tools are prefixed with g to avoid conflicts with original tools.
      Platform: darwin
      Category: devel
      Maintainers: pguyot kallisys.net
      Homepage: http://www.gnu.org/software/binutils/binutils.html
      master_sites gnu:binutils
      use_bzip2 yes
      checksums md5 e26e2e06b6e4bf3acf1dc8688a94c0d1 sha1 a557686eef68362ea31a3aa41ce274e3eeae1ef0 rmd160 3995d7ed97f115e76ce55b4c1f5256d53559c84f

      # Build in a different directory, as advised in the README file.
      pre-configure { system "cd ${workpath} && mkdir -p build"}
      configure.dir ${workpath}/build
      configure.cmd ${worksrcpath}/configure
      configure.cc "cc -no-cpp-precomp"
      configure.args --infodir='${prefix}/share/info' --mandir='${prefix}/share/man' --program-prefix=g
      build.dir ${workpath}/build

      # Binutils violates the mtree layout by creating ${prefix}//
      destroot.violate_mtree yes

      # Fix the configure script to build bfd, binutils and opcode.
      patchfiles patch-configure

      # We don't want the etc module.
      post-extract {
      system "rm -rf ${worksrcpath}/etc"
      }

    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/binutils
      % sudo port install binutils
      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 binutils
      ---> Verifying checksum for binutils
      ---> Extracting binutils
      ---> Configuring binutils
      ---> Building binutils with target all
      ---> Staging binutils into destroot
      ---> Installing binutils
    - 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 binutils with these commands:
      %  man binutils
      % apropos binutils
      % which binutils
      % locate binutils

     Where to find more information:

    Darwin Ports



    image test