emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Installation error


From: Chong Yidong
Subject: Installation error
Date: Mon, 30 Mar 2009 22:54:27 -0400

I just noticed an error message when doing `make install':

unset CDPATH; \
        if [ -n "/bin/gzip" ]; \
        then \
           echo "Compressing *.el ..." ; \
           (cd /usr/local/share/emacs/23.0.92/leim; for f in `find
        . -name "*.elc" -print`; do \
                /bin/gzip -9n `echo $f|sed 's/.elc$/.el/'` ; \
            done) \
        else true; fi
Compressing *.el ...
gzip: ./quail/hangul3.el: No such file or directory


Could someone please investigate?  Thanks.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]