axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] --patch-48


From: Vanuxem Grégory
Subject: Re: [Axiom-developer] --patch-48
Date: Mon, 17 Apr 2006 17:00:39 +0200

Hi Tim,

Axiom does not compile for me on Debian testing. I think you have
applied one patch to configure.in but not to configure. Since gcl build
process does not generate configure from configure.in the build fails.
Applying the following patch (see zips/gcl-2.6.8pre.configure.in.patch)
corrects the problem (another way is to generate the configure script
with autoconf but EMACS_SITE_LISP patch is not applied).


--- lsp/gcl-2.6.8pre/configure  2006-04-17 16:26:00.584232250 +0200
+++ lsp/gcl-2.6.7/configure.new  2006-02-11 14:53:08.000000000 +0100
@@ -1711,7 +1711,7 @@
        # results, and the version is kept in special file).

        if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
-           system=MP-RAS-`${AWK} '{print $3}' /etc/.relid'`
+           system=MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`
        fi
        if test "`uname -s`" = "AIX" ; then

Cheers,

Greg


PS: I use the savannah cvs version --patch-48.

---------------------------------------------------------------------

Error returned:

checking for gcc... gcc
checking whether the C compiler (gcc -O2 -mtune=k8  ) works... yes
checking whether the C compiler (gcc -O2 -mtune=k8  ) is a
cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for gawk... gawk
checking system version (for dynamic loading)... checking for
makeinfo... makeinfo
./configure: line 2412: syntax error near unexpected token `('
./configure: line 2412: `    case "`(uname -sr) 2>/dev/null`" in'







reply via email to

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