axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Axiom-developer] [build-improvements] support system-install GCL


From: Page, Bill
Subject: RE: [Axiom-developer] [build-improvements] support system-install GCL
Date: Tue, 12 Sep 2006 01:46:22 -0400

On Monday, September 11, 2006 11:23 PM Gabriel Dos Reis wrote:
> 
> I've long errouneously blamed GCL.  Detailed investigation turned
> out top be an Axiom doing.  Fixed thusly.
> 
> Tested on:
> 
>   * i686-pc-linux with GCL and noweb installed
>   * x86_64-suse-linux without GCL and with noweb installed
> 
> Bill, if you can give it a try on mac, that would be very
> appreciated.
>

Good work!

I don't have access to a mac right now, but I can confirm that the
following commands build Axiom just fine on axiom-developer.org
with both noweb and gcl pre-installed:

$ svn co
https://svn.sourceforge.net/svnroot/axiom/branches/build-improvements \
         axiom.build-improvements

$ mkdir axiom-build

$ cd axiom-build

$ ../axiom.build-improvements/configure

$ more config.log

...skipping
configure:1381: checking target system type
configure:1395: result: i686-pc-linux
configure:1476: checking for gcc
configure:1492: found /usr/local/bin/gcc
configure:1502: result: gcc
configure:1746: checking for C compiler version
configure:1749: gcc --version </dev/null >&5
gcc (GCC) 4.0.1
...skipping
configure:2975: checking for notangle
configure:2991: found /usr/local/bin/notangle
configure:3001: result: notangle
configure:3010: checking for noweave
configure:3026: found /usr/local/bin/noweave
configure:3036: result: noweave
configure:3088: checking for gcl
configure:3104: found /usr/local/bin/gcl
...

$ nohup make&

$ tail -f nohup.out

...
46 Environment : PLF=LINUXplatform CCF=-O2 -fno-strength-reduce -Wall
-D_GNU_SOURCE -DLINUXplatform LDF= CC=gcc AWK= RANLIB=ranlib TOUCH=touch
TAR= AXIOMXLROOT=/home/page/axiom-build/mnt/linux/compiler O=o BYE=bye
LISP=lsp DAASE=/home/page/axiom.build-improvements/src/share
GCLOPTS=--enable-vssize=65536*2 --enable-statsysbfd
--enable-maxpage=256*1024 SRCDIRS=bootdir interpdir sharedir algebradir
etcdir clefdir docdir graphdir smandir hyperdir inputdir  PATCH=patch
make[2]: Leaving directory `/home/page/axiom-build'
make[1]: Leaving directory `/home/page/axiom-build'

$ export AXIOM=/home/page/axiom-build/mnt/linux
$ export PATH=$AXIOM/bin:$PATH
$ AXIOMsys
GCL (GNU Common Lisp)  2.6.8 CLtL1    Sep 11 2006 21:48:34
Source License: LGPL(gcl,gmp), GPL(unexec,bfd,xgcl)
Binary License:  GPL due to GPL'ed components: (XGCL READLINE BFD
UNEXEC)
Modifications of this banner must retain notice of a compatible license
Dedicated to the memory of W. Schelter

Use (help) to get some basic information on how to use GCL.
Temporary directory for compiler files set to /tmp/
                        AXIOM Computer Algebra System
          Version: Axiom (build improvements branch) -- 2006-08-26
              Timestamp: Monday September 11, 2006 at 22:25:11
------------------------------------------------------------------------
-----
   Issue )copyright to view copyright notices.
   Issue )summary for a summary of useful system commands.
   Issue )quit to leave AXIOM and return to shell.
------------------------------------------------------------------------
-----

   Re-reading compress.daase   Re-reading interp.daase
   Re-reading operation.daase
   Re-reading category.daase
   Re-reading browse.daase
(1) ->

---------

Maybe we should set the option to eliminate the GCL banner?

I note that the GCLOPTS shown above do not correctly reflect the
fact that gcl was pre-built with different options.

Thanks for your work on this!

Regards,
Bill Page.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]