Kowalik, Yarek wrote: > > > Ok, I am a total and complete newbie to Lisp world and CMUCL. > > I am trying to recompile 19c on RH 7.2, mostly to experiment with so that ... > Please help me figure out how I can get to compile this.
You could try rebuilding from the Fedora Extras srpm for cmucl, though I have a small sed snip that requires sed >= 4.0, but you could probably workaround that by replacing sed -i -e with perl -pi -e in the specfile: http://download.fedora.redhat.com/pub/fedora/linux/extras/development/SRPMS/ Grab the newest cmucl src.rpm there. -- Rex
