>>>>> "Yarek" == Yarek Kowalik <Kowalik> writes:
Yarek> Ok, I am a total and complete newbie to Lisp world and CMUCL.
Yarek> I am trying to recompile 19c on RH 7.2, mostly to
Yarek> experiment with so that I can repeat the process later on
Yarek> an Ubuntu box (running Ubuntu 64-bit on dual core AMD64
Yarek> with openmotif - need to recompile on Ubuntu because I
Yarek> can't launch motifd - seems libXm.so.2 from lesstif2 is
Yarek> incompatible and can't be loaded for some unknown reason).
If cmulisp is working for you, you don't really need to rebuild all of
cmucl to get motifd working.
It might work out if you just recompile motifd, linking with the
desired libXm.
Yarek> 1. I have a standard 19c build deployed
Yarek> 2. I am following instructions on how to build from the src/BUILDING
file. I run this command:
First, check that 19c really does work on RH 7.2. I built 19c on Suse
9.0 system, so there might be some problems there.
Yarek> [....]
Yarek> target:compiler/generic/new-genesis
Yarek> target:compiler/eval-comp
Yarek> target:compiler/eval
Yarek> target:compiler/byte-comp
Yarek> T
Yarek> *
Yarek> ; Loading #P"/workplace/software/cmucl/src/tools/pclcom.lisp".
Yarek> ;; Loading #P"/workplace/software/cmucl/build-2/code/misc.x86f".
Yarek> * Received EOF on *standard-input*, switching to *terminal-io*.
This is weird. I haven't seen this before. Look in build-2/*.log for
any errors or aborts.
[snip]
Yarek> Please help me figure out how I can get to compile this.
If you're lucky, I could send you precompiled fasls of all the files,
and then you could just build the lisp runtime on your system, and
load up all the fasls. Then use that to rebuild cmucl again.
Good luck,
Ray