Gcl version 2.6.7 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    version 2.6.7

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


      The gcl Portfile 50980 2009-05-14 19:41:55Z and.damore macports.org $

      PortSystem 1.0
      Name: gcl
      Version: 2.6.7
      Revision: 1
      Category: lang
      Maintainers: waqar
      Description: GNU Common Lisp
      Long Description: GCL is the official Common Lisp for the GNU project. Its design makes use of the system's C compiler to compile to native object code, providing for both good performance and facile portability. On most platforms, GCL can load native object code modules directly into its lisp core, where they are preserved in any custom lisp images produced via the save-system call.
      Platform: darwin
      Homepage: http://www.gnu.org/software/gcl
      Master Sites: gnu
      Checksums: md5 c0f42e1f391162e5ac90912a70e8ecc3 sha1 d54f7db5dbd9f49953f80259a5eb44ade65027b5

      depends_lib port:gettext port:readline port:gmp

      patch {
      reinplace "s|/sw|${prefix}|g" ${worksrcpath}/h/powerpc-macosx.defs
      reinplace "s|/usr/local/lib|${prefix}/share|g" ${worksrcpath}/info/makefile
      reinplace "s|/usr/share|${prefix}/share|g" ${worksrcpath}/configure
      }

      configure.cflags-append "-no-cpp-precomp"

      configure.args --enable-machine=powerpc-macosx --prefix=${prefix} --enable-ansi --disable-statsysbfd --disable-locbfd --enable-custreloc --enable-notify=no --mandir=${prefix}/share/man --infodir=${prefix}/share/info --enable-infodir=${prefix}/share/info --enable-emacsdir=${prefix}/share/emacs/site-lisp/gcl --enable-readline --without-x

      post-configure {
      reinplace "s|./default.el|${prefix}/etc/default.el|g" ${worksrcpath}/makedefs ${worksrcpath}/makedefc
      reinplace "s|/usr/share|${prefix}/share|g" ${worksrcpath}/makedefs ${worksrcpath}/makedefc
      }

      destroot.destdir DESTDIR=${destroot}

      Variant: x11 {
      configure.args-delete --without-x
      configure.args-append --with-x
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.