Hi Nicolas,
i didn't compile it myself (used the tarballs instead) but in the
encycmuclopedia-20010617.tar.gz you find a deatailed description how
to build and setup CMUCL. The file is called "README-build-instructions.txt"
However, for your question DESTDIR is either defined in your Makefile
or is given as a define from the caller of the Makefile (direct or
indirect through a config file). You can figure out what the actual values
are with a make option ( -v ???, not shure).
Hope that helps
Best
AHz
-----Urspr�ngliche Nachricht-----
Von: Nicolas Neuss [mailto:[EMAIL PROTECTED]]
Gesendet: Dienstag, 26. M�rz 2002 13:18
An: [EMAIL PROTECTED]
Betreff: Debian install question
Hello,
I'm already sorry for the following luser question, but I was not able
to find it out myself. I have succeeded in compiling the cmucl-3.0.9
sources, but I'm wondering how to install the generated files.
Especially, I do not understand how the "make install" part of the
Makefile is supposed to work, that is in which directory the files are
installed. For, example what is expected to be in DESTDIR for the
following?
install:
echo installing
install -g root -o root -m 0644 own-work/linitian-override \
$(DESTDIR)cmucl-source/usr/share/lintian/overrides/cmucl-source
install -g root -o root -m 0755 x86/motif/server/motifd \
$(DESTDIR)cmucl-clm/usr/lib/cmucl/
install -g root -o root -m 0644 x86/interface/clm-library.x86f \
$(DESTDIR)cmucl-clm/usr/lib/cmucl/subsystems/clm-library.x86f
install -g root -o root -m 0644 own-work/config.lisp \
$(DESTDIR)tmp/usr/lib/cmucl/
...
Thank you very much for any input,
Nicolas.
