[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [Gcl-devel] gcl 2.6.2
From: |
Mike Thomas |
Subject: |
RE: [Gcl-devel] gcl 2.6.2 |
Date: |
Wed, 14 Apr 2004 14:06:35 +1000 |
Hi Tim.
Good to hear from you again. Please note that I'm not in a position to
chase this up beyond the point of triviality, but for what it's worth,
please read on:
| > Tried Axiom on the off-chance that it would work without divine
| intervention
| > but immediately ran into swathes of problems unrelated to GCL
| so left it for
| > the Axiom team to worry about.
|
| Is there any chance of getting a console trace from the Axiom run?
=====================================================================
$ ./configure --help
You must set your AXIOM and PATH variables. Type:
export AXIOM=/c/cvs/head/axiom/mnt/linux
export PATH=$AXIOM/bin:$PATH
To build the rest of the system type:
make
configure finished.
$ export AXIOM=/c/cvs/head/axiom/mnt/linux
============================================================
Tim, note that here I diverge and use "win" instead of "linux". In fact, I
used the latter yesterday and got the same result.
=====================================================================
$ export AXIOM=/c/cvs/head/axiom/mnt/win; export PATH=${AXIOM}/bin:${PATH}
$ make
13 making noweb
tar: contrib/kostas/Makefile: Cannot create symlink to `Makefile.make': No
such
file or directory
tar: Error exit delayed from previous errors
patching file `modules.c'
make[1]: [install-shell] Error 1 (ignored)
make[1]: [install-code] Error 1 (ignored)
c:\lang\mingw32\bin\strip.exe: c/nt: No such file or directory
c:\lang\mingw32\bin\strip.exe: c/markup: No such file or directory
c:\lang\mingw32\bin\strip.exe: c/mnt: No such file or directory
c:\lang\mingw32\bin\strip.exe: c/finduses: No such file or directory
make[1]: *** [install-code] Error 1
make: *** [noweb] Error 2
$ ls mnt
win
$ ls mnt/win
bin
$ ls mnt/win/bin
lib
$ ls mnt/win/bin/lib
cpif nodefs noroots nountangle noweb tmac.w
htmltoc noroff notangle noweave nuweb2noweb toroff
$ ls -l ./obj/noweb/contrib/kostas
total 28
-rw-r--r-- 1 miketh Administ 2441 Mar 28 2000
C++_translation_table
-rw-r--r-- 1 miketh Administ 1960 Mar 28 2000 C_translation_table
-rw-r--r-- 1 miketh Administ 1703 Mar 28 2000 Makefile.gnu
-rw-r--r-- 1 miketh Administ 1703 Mar 28 2000 Makefile.make
-rw-r--r-- 1 miketh Administ 779 Mar 28 2000 README
-rw-r--r-- 1 miketh Administ 1368 Mar 28 2000 WHATS_NEW
-rw-r--r-- 1 miketh Administ 690 Mar 28 2000 defns.nw
-rw-r--r-- 1 miketh Administ 20 Mar 28 2000 email
-rw-r--r-- 1 miketh Administ 5452 Mar 28 2000
icon_translation_table
-rw-r--r-- 1 miketh Administ 2484 Mar 28 2000
math_translation_table
-rw-r--r-- 1 miketh Administ 571 Mar 28 2000 mathdefs.nw
-rw-r--r-- 1 miketh Administ 5255 Mar 28 2000
oot_translation_table
-rw-r--r-- 1 miketh Administ 6036 Mar 28 2000 ootdefs.nw
-rw-r--r-- 1 miketh Administ 19567 Mar 28 2000 pp.nw
$ find . -iname finduses
$
---------------------------------------------------------------
Cheers
Mike Thomas