[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Axiom-developer] I can't compile the last axiom on a debian.
From: |
Francois Maltey |
Subject: |
[Axiom-developer] I can't compile the last axiom on a debian. |
Date: |
Mon, 16 Jan 2006 20:43:08 +0100 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) |
Hello,
Last month I try the axiom compiler.
Then my laptop was repaired under warranty, and now I get it back.
I use the debian testing etch distribution, but I prefer to recompile
axiom from cvs because i make big mistakes with the unstable debian
version and then I must reinstall all the system.
So I get axiom from cvs and I type
./confugure
export AXIOM=/home/fmy/Fabrique/axiom/mnt/linux
export PATH=$AXIOM/bin:$PATH
make
The first error seems to be :
./configure: line 2412: syntax error near unexpected token `('
and the last ones are at the end of the make log.
Thanks a lot if you can help me.
........................
host=i686-pc-linux-gnu
enable_machine=
use=386-linux
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) 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'
make[3]: entrant dans le répertoire « /home/fmy/Fabrique/axiom/lsp/gcl-2.6.7 »
rm -f bin/gcl xbin/gcl
MGCLDIR=`echo /home/fmy/Fabrique/axiom/lsp/gcl-2.6.7 | sed -e
'sX^\([a-z]\):X/\1Xg'` ; \
GCLDIR=`echo /home/fmy/Fabrique/axiom/lsp/gcl-2.6.7` ; \
make install-command "INSTALL_LIB_DIR=$GCLDIR" "prefix=$GCLDIR"
"BINDIR=$MGCLDIR/unixport"
make[4]: entrant dans le répertoire « /home/fmy/Fabrique/axiom/lsp/gcl-2.6.7 »
rm -f /home/fmy/Fabrique/axiom/lsp/gcl-2.6.7/bin/gcl
(echo '#!/bin/sh' ; \
echo exec /home/fmy/Fabrique/axiom/lsp/gcl-2.6.7/unixport/ \\ ; \
echo ' -dir' /home/fmy/Fabrique/axiom/lsp/gcl-2.6.7/unixport/ \\ ; \
echo ' -libdir' /home/fmy/Fabrique/axiom/lsp/gcl-2.6.7/ \\ ; \
echo ' -eval '\''(setq si::*allow-gzipped-file* t)'\' \\ ;\
! [ -d "" ] || echo ' -eval '\''(setq si::*tk-library* '\"\"')'\'
\\;\ echo ' '\"address@hidden" ) >
/home/fmy/Fabrique/axiom/lsp/gcl-2.6.7/bin/gcl;
echo '#' other options: -load "/tmp/foo.o" -load "jo.lsp" -eval '"(joe 3)"' >>
/home/fmy/Fabrique/axiom/lsp/gcl-2.6.7/bin/gcl
chmod a+x /home/fmy/Fabrique/axiom/lsp/gcl-2.6.7/bin/gcl
rm -f /home/fmy/Fabrique/axiom/lsp/gcl-2.6.7/bin/gclm.bat
if gcc --version | grep mingw >/dev/null 2>&1 ; then (echo '@SET cd='; \
echo '@SET promp%prompt%'; \
echo '@PROMPT SET cd'; \
echo '@CALL>%temp%.\setdir.bat'; \
echo '@'; \
echo '% do not delete this line %'; \
echo '@ECHO off'; \
echo 'PROMPT %promp'; \
echo 'FOR %%c IN (CALL DEL) DO %%c %temp%.\setdir.bat'; \
echo 'set cwd=%cd%'; \
echo 'set libdir=%cd%\..\lib\gcl-`cat majvers`.`cat minvers`'; \
echo 'set unixportdir=%libdir%\unixport'; \
echo 'path %cd%\..\mingw\bin;%PATH%'; \
echo "start %unixportdir%\.exe -dir %unixportdir% -libdir %libdir%
-eval \"(setq si::*allow-gzipped-file* t)\" %1 %2 %3 %4 %5 %6 %7 %8 %9" ) >
/home/fmy/Fabrique/axiom/lsp/gcl-2.6.7/bin/gclm.bat ; fi
rm -f /home/fmy/Fabrique/axiom/lsp/gcl-2.6.7/bin/gclfinal.bat
if gcc --version | grep -i mingw >/dev/null 2>&1 ; then (echo 'ECHO path
%1\mingw\bin;%PATH% > gcli.bat'; \
echo "ECHO start %1\lib\gcl-`cat majvers`.`cat minvers`\unixport\.exe
-dir %1\lib\gcl-`cat majvers`.`cat minvers`\unixport -libdir %1\lib\gcl-`cat
majvers`.`cat minvers` -eval \"(setq si::*allow-gzipped-file* t)\" %1 %2 %3 %4
%5 %6 %7 %8 %9 >> gcli.bat" ) >
/home/fmy/Fabrique/axiom/lsp/gcl-2.6.7/bin/gclfinal.bat ; fi
make[4]: quittant le répertoire « /home/fmy/Fabrique/axiom/lsp/gcl-2.6.7 »
(cd xbin ; cp ../bin/gcl .)
cd cmpnew && make gcl_collectfn.o
make[4]: entrant dans le répertoire «
/home/fmy/Fabrique/axiom/lsp/gcl-2.6.7/cmpnew »
../unixport/saved_pre_gcl ../unixport/ -compile gcl_collectfn.lsp
make[4]: ../unixport/saved_pre_gcl : commande introuvable
make[4]: *** [gcl_collectfn.o] Erreur 127
make[4]: quittant le répertoire « /home/fmy/Fabrique/axiom/lsp/gcl-2.6.7/cmpnew
»
- [Axiom-developer] I can't compile the last axiom on a debian.,
Francois Maltey <=