Problem installing ECL from sources in Fedora
Enrique Gabriel Baquela
egbaquela at gmail.com
Fri Apr 15 14:38:29 UTC 2016
Hi. I'm trying to install ECL 16.1.2 from source in Linux Fedora. I follow
the steps indicated in
https://common-lisp.net/project/ecl/manual/pr01s06.html :
gunzip -c ecl-16.1.2.tgz | tar xf -
$ cd ecl-16.1.2
$ ./configure --prefix=/usr/local
$ make
But the following error is generated:
cd /home/Descargas/ecl-16.1.2/src/../.git && ctags -o tags -R
--langmap=c:+.d ../src || true
/bin/sh: línea 0: cd: /home/Descargas/ecl-16.1.2/src/../.git: No existe el
fichero o el directorio
if test "xetags" != "x"; then \
srcfiles=`find /home/Descargas/ecl-16.1.2/src/c
/home/Descargas/ecl-16.1.2/src/h -name '*.[chd]'` && \
etags --language=c -o TAGS $srcfiles && \
etags --language=none -o TAGS --append \
--regex='/@\([-:*a-zA-z]+\)/\1/' \
--regex='/@(defun \([-:*a-zA-z]+\)/\1/' \
$srcfiles; \
fi
touch TAGS
Note: No existe el fichero o el directorio = The file or directory doesn't
exist.
Can anybody help me?
Enrique Gabriel Baquela
http://www.egbaquela.com.ar
http://www.modelizandosistemas.com.ar
http://www.gisoiweb.com.ar
http://ar.linkedin.com/in/egbaquela
Skype ID: egbaquela
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20160415/29dd13bc/attachment.html>
More information about the ecl-devel
mailing list