gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Re: axiom.risc


From: Camm Maguire
Subject: [Gcl-devel] Re: axiom.risc
Date: 14 Apr 2006 12:25:58 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings!

OK, you need gcl-2.6.7.configure.patch:

--- configure   2006-04-14 18:11:38.692002016 +0200
+++ configure.tpd       2006-04-14 18:17:23.868312995 +0200
@@ -6187,7 +6187,7 @@
 echo "configure:6188: checking emacs site lisp directory" >&5
 if [ "$EMACS_SITE_LISP" = "unknown" ] ; then
        if [ "$EMACS" != "" ] ; then
-               EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 
2>&1 | sed -e /Loading/d | sed -e /load/d `
+               EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 
2>&1 | grep -v ^Warning: | sed -e /Loading/d | sed -e /load/d `
        else
                EMACS_SITE_LISP=""
        fi

This is in 2.6.8pre, which alas has really been delayed too long now.

Separately, unless you explicitly run autoconf after applying the
patches, which would require an autoconf build dependency, having a
configure.in.patch does nothing.  So if you want the relid bit, I
suggest you migrate to a configure.patch.

Please let me know if problems persist.

Take care,


root <address@hidden> writes:

> Camm,
> 
> I just put a .tgz file of axiom version 47 in your home directory.
> 
> try:
> 
> tar -zxf axiom47.tgz axiom47
> cd axiom47
> export AXIOM=`pwd`/mnt/linux
> export PATH=$AXIOM/bin:$PATH
> make
> 
> t
> 
> 
> 

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

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